[cfe-commits] r67133 - /cfe/trunk/test/SemaTemplate/class-template-id.cpp

Douglas Gregor dgregor at apple.com
Tue Mar 17 16:49:44 PDT 2009


Author: dgregor
Date: Tue Mar 17 18:49:44 2009
New Revision: 67133

URL: http://llvm.org/viewvc/llvm-project?rev=67133&view=rev
Log:
Small sanity-checking testcase

Modified:
    cfe/trunk/test/SemaTemplate/class-template-id.cpp

Modified: cfe/trunk/test/SemaTemplate/class-template-id.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaTemplate/class-template-id.cpp?rev=67133&r1=67132&r2=67133&view=diff

==============================================================================
--- cfe/trunk/test/SemaTemplate/class-template-id.cpp (original)
+++ cfe/trunk/test/SemaTemplate/class-template-id.cpp Tue Mar 17 18:49:44 2009
@@ -27,3 +27,4 @@
     return ptr3; // expected-error{{incompatible type returning 'B<19 - 3> *', expected 'B<17 + 2> *'}}
 }
 
+typedef B<5> B5;





More information about the cfe-commits mailing list