Skip to content

Commit

Permalink
FileCheck: Fix stray quote in CHECK-LABEL error message.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188564 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
stephenwlin committed Aug 16, 2013
1 parent bff3c58 commit 6d3aa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/FileCheck/FileCheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6d3aa54

Please sign in to comment.