diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2012-12-06 17:50:40 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2012-12-06 17:50:40 +0000 |
commit | a14523f11c4634ad9b1ee780dd4600f82f1814e9 (patch) | |
tree | 0ea2f404a413b1b64f0a9381ab749689e5da0a51 /clang/test/Index/comment-cplus-template-decls.cpp | |
parent | ecdc7507ab3080b252539c1ab57e80c4c34cf65f (diff) | |
download | bcm5719-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.cpp | 2 |
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 <typename T> struct A {\n}</Declaration> -// CHECL: <Declaration>A<T>()</Declaration> +// CHECK: <Declaration>A<T>()</Declaration> // CHECK: <Declaration>void ~A<T>()</Declaration> /** |