diff options
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> /** |