FileCheck: Fix stray quote in CHECK-LABEL error message.
authorStephen Lin <stephenwlin@gmail.com>
Fri, 16 Aug 2013 17:29:01 +0000 (17:29 +0000)
committerStephen Lin <stephenwlin@gmail.com>
Fri, 16 Aug 2013 17:29:01 +0000 (17:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188564 91177308-0d34-0410-b5e6-96231b3b80d8

utils/FileCheck/FileCheck.cpp

index 82e80574d27f32bee794a487144c19de3a485023..37c7874aa20a4238ed13948eeaadbb0697963786 100644 (file)
@@ -768,7 +768,7 @@ static bool ReadCheckFile(SourceMgr &SM,
       SM.PrintMessage(SMLoc::getFromPointer(CheckPrefixStart),
                       SourceMgr::DK_Error,
                       "found '"+CheckPrefix+"-LABEL:' with variable definition"
-                      " or use'");
+                      " or use");
       return true;
     }