forked from OSchip/llvm-project
Make darned sure that the -fixit tests are testing what we want them to test
llvm-svn: 68289
This commit is contained in:
parent
49836b448e
commit
3b3e0b3c1e
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue