summaryrefslogtreecommitdiffstats
path: root/clang/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
commita14523f11c4634ad9b1ee780dd4600f82f1814e9 (patch)
tree0ea2f404a413b1b64f0a9381ab749689e5da0a51 /clang/test/Index/comment-cplus-template-decls.cpp
parentecdc7507ab3080b252539c1ab57e80c4c34cf65f (diff)
downloadbcm5719-llvm-a14523f11c4634ad9b1ee780dd4600f82f1814e9.tar.gz
bcm5719-llvm-a14523f11c4634ad9b1ee780dd4600f82f1814e9.zip
Fixes a typo in this test.
llvm-svn: 169519
Diffstat (limited to 'clang/test/Index/comment-cplus-template-decls.cpp')
-rw-r--r--clang/test/Index/comment-cplus-template-decls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/comment-cplus-template-decls.cpp b/clang/test/Index/comment-cplus-template-decls.cpp
index d44ce8245f7..f0900bbdeec 100644
--- a/clang/test/Index/comment-cplus-template-decls.cpp
+++ b/clang/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>
/**
OpenPOWER on IntegriCloud