summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/utils/FileCheck/FileCheck.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/FileCheck/FileCheck.cpp b/llvm/utils/FileCheck/FileCheck.cpp
index 9611d24dee8..da14780acfc 100644
--- a/llvm/utils/FileCheck/FileCheck.cpp
+++ b/llvm/utils/FileCheck/FileCheck.cpp
@@ -168,6 +168,7 @@ int main(int argc, char **argv) {
"error");
SM.PrintMessage(SMLoc::getFromPointer(CurPtr), "scanning from here",
"note");
+ return 1;
}
return 0;
OpenPOWER on IntegriCloud