diff --git a/utils/FileCheck/FileCheck.cpp b/utils/FileCheck/FileCheck.cpp index 82e80574d27..37c7874aa20 100644 --- a/utils/FileCheck/FileCheck.cpp +++ b/utils/FileCheck/FileCheck.cpp @@ -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; }