1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

FileCheck: Fix stray quote in CHECK-LABEL error message.

llvm-svn: 188564
This commit is contained in:
Stephen Lin 2013-08-16 17:29:01 +00:00
parent 933ecf8022
commit ca7abb4a8b

View 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;
}