commit | 398b32a2f4ea0a9760a0dff57e3c0938d4e07478 | [log] [tgz] |
---|---|---|
author | Stephen Lin <stephenwlin@gmail.com> | Fri Aug 16 17:29:01 2013 +0000 |
committer | Stephen Lin <stephenwlin@gmail.com> | Fri Aug 16 17:29:01 2013 +0000 |
tree | a4133fc505e35904370f5b140e4d00abdc01db56 | |
parent | d0de8ace8a0f4a2014000f292e2e6683fcfc1772 [diff] [blame] |
FileCheck: Fix stray quote in CHECK-LABEL error message. llvm-svn: 188564
diff --git a/llvm/utils/FileCheck/FileCheck.cpp b/llvm/utils/FileCheck/FileCheck.cpp index 82e8057..37c7874 100644 --- a/llvm/utils/FileCheck/FileCheck.cpp +++ b/llvm/utils/FileCheck/FileCheck.cpp
@@ -768,7 +768,7 @@ SM.PrintMessage(SMLoc::getFromPointer(CheckPrefixStart), SourceMgr::DK_Error, "found '"+CheckPrefix+"-LABEL:' with variable definition" - " or use'"); + " or use"); return true; }