commit | 762661a077ffa73580d556a9dd149830662d972e | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Thu Dec 06 17:50:40 2012 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Thu Dec 06 17:50:40 2012 +0000 |
tree | ed6c0cad4a5cd966cf25fdaf64240ea157149c6e | |
parent | a3a2b3a1e86a93d2044106046a4dca13a3558fba [diff] [blame] |
Fixes a typo in this test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169519 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Index/comment-cplus-template-decls.cpp b/test/Index/comment-cplus-template-decls.cpp index d44ce82..f0900bb 100644 --- a/test/Index/comment-cplus-template-decls.cpp +++ b/test/Index/comment-cplus-template-decls.cpp
@@ -26,7 +26,7 @@ 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> /**