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 &lt;typename T&gt; struct A {\n}</Declaration>
-// CHECL: <Declaration>A&lt;T&gt;()</Declaration>
+// CHECK: <Declaration>A&lt;T&gt;()</Declaration>
 // CHECK: <Declaration>void ~A&lt;T&gt;()</Declaration>
 
 /**


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to