commit | 6d3aa547a522ae53c3aff6b40f0a23f9a22dcd87 | [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 | c987b30c72e9555fa188f9f0d461004ede6db322 | |
parent | bff3c587f68530faa1d2be962255254e9adce264 [diff] [blame] |
FileCheck: Fix stray quote in CHECK-LABEL error message. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188564 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/FileCheck/FileCheck.cpp b/utils/FileCheck/FileCheck.cpp index 82e8057..37c7874 100644 --- a/utils/FileCheck/FileCheck.cpp +++ b/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; }