Makefile.rules: Avoid -fomit-frame-pointer also on cygwin due to PR14646.
[oota-llvm.git] / utils / FileCheck / FileCheck.cpp
index 82e80574d27f32bee794a487144c19de3a485023..37c7874aa20a4238ed13948eeaadbb0697963786 100644 (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;
     }