aboutsummaryrefslogtreecommitdiff
path: root/test/Index/comment-cplus-template-decls.cpp
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2012-12-06 17:50:40 +0000
committerFariborz Jahanian <fjahanian@apple.com>2012-12-06 17:50:40 +0000
commit762661a077ffa73580d556a9dd149830662d972e (patch)
treeed6c0cad4a5cd966cf25fdaf64240ea157149c6e /test/Index/comment-cplus-template-decls.cpp
parenta3a2b3a1e86a93d2044106046a4dca13a3558fba (diff)
Fixes a typo in this test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169519 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/comment-cplus-template-decls.cpp')
-rw-r--r--test/Index/comment-cplus-template-decls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/comment-cplus-template-decls.cpp b/test/Index/comment-cplus-template-decls.cpp
index d44ce8245f..f0900bbdee 100644
--- a/test/Index/comment-cplus-template-decls.cpp
+++ b/test/Index/comment-cplus-template-decls.cpp
@@ -26,7 +26,7 @@ template<typename T> struct A {
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>
/**