From 3a50d847e098f36e3bf8bc14eea07a6cc35f7803 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Sun, 3 Nov 2013 01:50:38 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193938 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FixIt/fixit-errors-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FixIt/fixit-errors-1.c b/test/FixIt/fixit-errors-1.c index b034b19734..0dbbe198e0 100644 --- a/test/FixIt/fixit-errors-1.c +++ b/test/FixIt/fixit-errors-1.c @@ -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 -- 2.40.0