[cfe-commits] r169519 - /cfe/trunk/test/Index/comment-cplus-template-decls.cpp

Fariborz Jahanian fjahanian at apple.com
Thu Dec 6 09:50:40 PST 2012


Author: fjahanian
Date: Thu Dec  6 11:50:40 2012
New Revision: 169519

URL: http://llvm.org/viewvc/llvm-project?rev=169519&view=rev
Log:
Fixes a typo in this test.


Modified:
    cfe/trunk/test/Index/comment-cplus-template-decls.cpp

Modified: cfe/trunk/test/Index/comment-cplus-template-decls.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/comment-cplus-template-decls.cpp?rev=169519&r1=169518&r2=169519&view=diff
==============================================================================
--- cfe/trunk/test/Index/comment-cplus-template-decls.cpp (original)
+++ cfe/trunk/test/Index/comment-cplus-template-decls.cpp Thu Dec  6 11:50:40 2012
@@ -26,7 +26,7 @@
   void f() { }
 };
 // CHECK: <Declaration>template <typename T> struct A {\n}</Declaration>
-// CHECL: <Declaration>A<T>()</Declaration>
+// CHECK: <Declaration>A<T>()</Declaration>
 // CHECK: <Declaration>void ~A<T>()</Declaration>
 
 /**





More information about the cfe-commits mailing list