aboutsummaryrefslogtreecommitdiff
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
commitef5cc75782f7c3537ae81cc2a1f3aef8a5cd4c26 (patch)
tree210b5affe5eaa2f87394d1b0ef2f42c11621eae0
parent97144fc41a9419bf6d74fc9450e8ef3f6e11f7e0 (diff)
Make darned sure that the -fixit tests are testing what we want them to test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68289 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Sema/fixit-c90.c2
-rw-r--r--test/Sema/fixit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Sema/fixit-c90.c b/test/Sema/fixit-c90.c
index 92b7cd1cb2..03c94953db 100644
--- a/test/Sema/fixit-c90.c
+++ b/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/test/Sema/fixit.c b/test/Sema/fixit.c
index e9d78c7f38..d1631091b4 100644
--- a/test/Sema/fixit.c
+++ b/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