diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-14 04:39:42 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-14 04:39:42 +0000 |
commit | 73dd7686d68fec7b5d7faa6d230be23ccfd9c41f (patch) | |
tree | 319c7cefe313127527be8fe88b08fae85e2accf6 /test/FixIt/fixit-errors.c | |
parent | 79b55f97c826f5fd28b4c4f037b088d0cc960457 (diff) |
Update FixIt tests to make it more obvious they use a separate mode.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88758 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FixIt/fixit-errors.c')
-rw-r--r-- | test/FixIt/fixit-errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/fixit-errors.c b/test/FixIt/fixit-errors.c index 996e940f2c..030f505e61 100644 --- a/test/FixIt/fixit-errors.c +++ b/test/FixIt/fixit-errors.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -pedantic -fixit %s -o - | clang-cc -pedantic -Werror -x c - +// RUN: clang-cc -pedantic -fixit %s -o - | clang-cc -pedantic -Werror -x c - /* This is a test of the various code modification hints that are provided as part of warning or extension diagnostics. All of the |