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.cpp | |
parent | 10563ea92e750465a4e631e8f23bd96c8385fb8c (diff) | |
download | bcm5719-llvm-6c39d457fa15fffff586b96977dbd4a626f1be8b.tar.gz bcm5719-llvm-6c39d457fa15fffff586b96977dbd4a626f1be8b.zip |
Update FixIt tests to make it more obvious they use a separate mode.
llvm-svn: 88758
Diffstat (limited to 'clang/test/FixIt/fixit.cpp')
-rw-r--r-- | clang/test/FixIt/fixit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/FixIt/fixit.cpp b/clang/test/FixIt/fixit.cpp index 9190297dc05..dac1fa03de3 100644 --- a/clang/test/FixIt/fixit.cpp +++ b/clang/test/FixIt/fixit.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -pedantic -fixit %s -o - | clang-cc -fsyntax-only -pedantic -Werror -x c++ - +// RUN: clang-cc -pedantic -fixit %s -o - | clang-cc -fsyntax-only -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 |