summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-04-02 04:59:27 +0000
committerDouglas Gregor <dgregor@apple.com>2009-04-02 04:59:27 +0000
commit3b3e0b3c1ec29184650e8dd6bb69266f34b10ac9 (patch)
treecb5d3cafa393d91663c283ad40e8952863b4690e
parent49836b448e256f91b1f4b848e9cf92412e09f568 (diff)
downloadbcm5719-llvm-3b3e0b3c1ec29184650e8dd6bb69266f34b10ac9.tar.gz
bcm5719-llvm-3b3e0b3c1ec29184650e8dd6bb69266f34b10ac9.zip
Make darned sure that the -fixit tests are testing what we want them to test
llvm-svn: 68289
-rw-r--r--clang/test/Sema/fixit-c90.c2
-rw-r--r--clang/test/Sema/fixit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Sema/fixit-c90.c b/clang/test/Sema/fixit-c90.c
index 92b7cd1cb24..03c94953db4 100644
--- a/clang/test/Sema/fixit-c90.c
+++ b/clang/test/Sema/fixit-c90.c
@@ -1,4 +1,4 @@
-/* RUN: clang -fsyntax-only -std=c90 -pedantic -fixit %s -o - | clang-cc -pedantic -x c -std=c90 -Werror -
+/* RUN: clang-cc -fsyntax-only -std=c90 -pedantic -fixit %s -o - | clang-cc -pedantic -x c -std=c90 -Werror -
*/
/* This is a test of the various code modification hints that are
diff --git a/clang/test/Sema/fixit.c b/clang/test/Sema/fixit.c
index e9d78c7f38d..d1631091b44 100644
--- a/clang/test/Sema/fixit.c
+++ b/clang/test/Sema/fixit.c
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -pedantic -fixit %s -o - | clang-cc -pedantic -Werror -x c -
+// RUN: clang-cc -fsyntax-only -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
OpenPOWER on IntegriCloud