From 762661a077ffa73580d556a9dd149830662d972e Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Thu, 6 Dec 2012 17:50:40 +0000 Subject: [PATCH] Fixes a typo in this test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169519 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Index/comment-cplus-template-decls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 struct A { void f() { } }; // CHECK: template <typename T> struct A {\n} -// CHECL: A<T>() +// CHECK: A<T>() // CHECK: void ~A<T>() /** -- 2.40.0