mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
FileCheck: Fix stray quote in CHECK-LABEL error message.
llvm-svn: 188564
This commit is contained in:
parent
933ecf8022
commit
ca7abb4a8b
@ -768,7 +768,7 @@ static bool ReadCheckFile(SourceMgr &SM,
|
|||||||
SM.PrintMessage(SMLoc::getFromPointer(CheckPrefixStart),
|
SM.PrintMessage(SMLoc::getFromPointer(CheckPrefixStart),
|
||||||
SourceMgr::DK_Error,
|
SourceMgr::DK_Error,
|
||||||
"found '"+CheckPrefix+"-LABEL:' with variable definition"
|
"found '"+CheckPrefix+"-LABEL:' with variable definition"
|
||||||
" or use'");
|
" or use");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user