[cfe-commits] r68289 - in /cfe/trunk/test/Sema: fixit-c90.c fixit.c

Douglas Gregor dgregor at apple.com
Wed Apr 1 21:59:27 PDT 2009


Author: dgregor
Date: Wed Apr  1 23:59:27 2009
New Revision: 68289

URL: http://llvm.org/viewvc/llvm-project?rev=68289&view=rev
Log:
Make darned sure that the -fixit tests are testing what we want them to test

Modified:
    cfe/trunk/test/Sema/fixit-c90.c
    cfe/trunk/test/Sema/fixit.c

Modified: cfe/trunk/test/Sema/fixit-c90.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/fixit-c90.c?rev=68289&r1=68288&r2=68289&view=diff

==============================================================================
--- cfe/trunk/test/Sema/fixit-c90.c (original)
+++ cfe/trunk/test/Sema/fixit-c90.c Wed Apr  1 23:59:27 2009
@@ -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

Modified: cfe/trunk/test/Sema/fixit.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/fixit.c?rev=68289&r1=68288&r2=68289&view=diff

==============================================================================
--- cfe/trunk/test/Sema/fixit.c (original)
+++ cfe/trunk/test/Sema/fixit.c Wed Apr  1 23:59:27 2009
@@ -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





More information about the cfe-commits mailing list