diff options
Diffstat (limited to 'test/SemaTemplate/instantiate-typedef.cpp')
-rw-r--r-- | test/SemaTemplate/instantiate-typedef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaTemplate/instantiate-typedef.cpp b/test/SemaTemplate/instantiate-typedef.cpp index d30309c..e092b53 100644 --- a/test/SemaTemplate/instantiate-typedef.cpp +++ b/test/SemaTemplate/instantiate-typedef.cpp @@ -12,5 +12,5 @@ add_pointer<float>::type test2(int * ptr) { } add_pointer<int&>::type // expected-note{{in instantiation of template class 'struct add_pointer<int &>' requested here}} \ -// expected-error {{unknown type name 'type'}} +// expected-error {{no type named 'type' in 'struct add_pointer<int &>'}} test3(); |