forked from OSchip/llvm-project
Fix test to actually check the FixIt-applied code
r102230 added an 'echo' making this a no-op. Also fixes FAIL on native Windows with no shell/GnuWin32. llvm-svn: 193938
This commit is contained in:
parent
9f50ccd1a3
commit
6d023c4f1e
|
@ -1,6 +1,6 @@
|
|||
// RUN: cp %s %t
|
||||
// RUN: %clang_cc1 -pedantic -fixit %t
|
||||
// RUN: echo %clang_cc1 -pedantic -Werror -x c %t
|
||||
// RUN: %clang_cc1 -pedantic -Werror -x c %t
|
||||
|
||||
/* This is a test of the various code modification hints that are
|
||||
provided as part of warning or extension diagnostics. All of the
|
||||
|
|
Loading…
Reference in New Issue