diff options
Diffstat (limited to 'clang/test/Tooling/clang-check-strip-o.cpp')
-rw-r--r-- | clang/test/Tooling/clang-check-strip-o.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Tooling/clang-check-strip-o.cpp b/clang/test/Tooling/clang-check-strip-o.cpp index 38f09a0f92d..e33367bea54 100644 --- a/clang/test/Tooling/clang-check-strip-o.cpp +++ b/clang/test/Tooling/clang-check-strip-o.cpp @@ -2,7 +2,7 @@ // RUN: mkdir %t // RUN: echo '[{"directory":".","command":"clang++ -c %t/test.cpp -o foo -ofoo","file":"%t/test.cpp"}]' | sed -e 's/\\/\//g' > %t/compile_commands.json // RUN: cp "%s" "%t/test.cpp" -// RUN: clang-check -p "%t" "%t/test.cpp" -extra-arg=-v 2>&1|FileCheck %s +// RUN: not clang-check -p "%t" "%t/test.cpp" -extra-arg=-v 2>&1|FileCheck %s // FIXME: Make the above easier. // CHECK: Invocation |