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 | 762661a077ffa73580d556a9dd149830662d972e (patch) | |
tree | ed6c0cad4a5cd966cf25fdaf64240ea157149c6e /test/Index/comment-cplus-template-decls.cpp | |
parent | a3a2b3a1e86a93d2044106046a4dca13a3558fba (diff) |
Fixes a typo in this test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169519 91177308-0d34-0410-b5e6-96231b3b80d8
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> /** |