diff clang/test/SemaTemplate/temp_arg.cpp @ 173:0572611fdcc8 llvm10 llvm12

reorgnization done
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 11:55:54 +0900
parents 1d019706d866
children c4bab56944e8
line wrap: on
line diff
--- a/clang/test/SemaTemplate/temp_arg.cpp	Mon May 25 11:50:15 2020 +0900
+++ b/clang/test/SemaTemplate/temp_arg.cpp	Mon May 25 11:55:54 2020 +0900
@@ -15,6 +15,6 @@
 namespace test0 {
   template <class t> class foo {};
   template <class t> class bar {
-    bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifier 'tee'}}
+    bar(::test0::foo<tee> *ptr) {} // expected-error {{use of undeclared identifier 'tee'}}
   };
 }