]> granicus.if.org Git - clang/commitdiff
Fix test to actually check the FixIt-applied code
authorAlp Toker <alp@nuanti.com>
Sun, 3 Nov 2013 01:50:38 +0000 (01:50 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 3 Nov 2013 01:50:38 +0000 (01:50 +0000)
r102230 added an 'echo' making this a no-op.

Also fixes FAIL on native Windows with no shell/GnuWin32.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193938 91177308-0d34-0410-b5e6-96231b3b80d8

test/FixIt/fixit-errors-1.c

index b034b1973471033488a534c6532ddb1e98772329..0dbbe198e06149b68e9c525c74c528ea164df06b 100644 (file)
@@ -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