Make darned sure that the -fixit tests are testing what we want them to test

llvm-svn: 68289
This commit is contained in:
Douglas Gregor 2009-04-02 04:59:27 +00:00
parent 49836b448e
commit 3b3e0b3c1e
2 changed files with 2 additions and 2 deletions

View File

@ -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 /* This is a test of the various code modification hints that are

View File

@ -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 /* This is a test of the various code modification hints that are
provided as part of warning or extension diagnostics. All of the provided as part of warning or extension diagnostics. All of the