diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:07:40 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:07:40 +0000 |
commit | bfef399519ca9b8a4b4c6b563253bad7e0eeffe0 (patch) | |
tree | df8df0b0067b381eab470a3b8f28d14a552a6340 /test/Tooling/clang-check-args.cpp | |
parent | 6a0372513edbc473b538d2f724efac50405d6fef (diff) |
Diffstat (limited to 'test/Tooling/clang-check-args.cpp')
-rw-r--r-- | test/Tooling/clang-check-args.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tooling/clang-check-args.cpp b/test/Tooling/clang-check-args.cpp index 66950ae10391..202b23711865 100644 --- a/test/Tooling/clang-check-args.cpp +++ b/test/Tooling/clang-check-args.cpp @@ -1,4 +1,4 @@ -// RUN: clang-check "%s" -- -c 2>&1 | FileCheck %s +// RUN: not clang-check "%s" -- -c 2>&1 | FileCheck %s // CHECK: C++ requires invalid; |