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 | 6c39d457fa15fffff586b96977dbd4a626f1be8b (patch) | |
tree | 4f03ef9d34dff21e8df9684ba6abd8a26721422d /clang/test/FixIt/fixit-errors.c | |
parent | 10563ea92e750465a4e631e8f23bd96c8385fb8c (diff) | |
download | llvm-6c39d457fa15fffff586b96977dbd4a626f1be8b.zip llvm-6c39d457fa15fffff586b96977dbd4a626f1be8b.tar.gz llvm-6c39d457fa15fffff586b96977dbd4a626f1be8b.tar.bz2 |
Update FixIt tests to make it more obvious they use a separate mode.
llvm-svn: 88758
Diffstat (limited to 'clang/test/FixIt/fixit-errors.c')
-rw-r--r-- | clang/test/FixIt/fixit-errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/FixIt/fixit-errors.c b/clang/test/FixIt/fixit-errors.c index 996e940..030f505 100644 --- a/clang/test/FixIt/fixit-errors.c +++ b/clang/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 |