diff options
Diffstat (limited to 'test/Index/comment-cplus-template-decls.cpp')
-rw-r--r-- | test/Index/comment-cplus-template-decls.cpp | 2 |
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 <typename T> struct A {\n}</Declaration> -// CHECL: <Declaration>A<T>()</Declaration> +// CHECK: <Declaration>A<T>()</Declaration> // CHECK: <Declaration>void ~A<T>()</Declaration> /** |