Author: rlytton
Date: Wed Sep 11 10:14:38 2013
New Revision: 190526

URL: http://llvm.org/viewvc/llvm-project?rev=190526&view=rev
Log:
fix xcore-opts.c test

Modified:
    cfe/trunk/test/Driver/xcore-opts.c

Modified: cfe/trunk/test/Driver/xcore-opts.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/xcore-opts.c?rev=190526&r1=190525&r2=190526&view=diff
==============================================================================
--- cfe/trunk/test/Driver/xcore-opts.c (original)
+++ cfe/trunk/test/Driver/xcore-opts.c Wed Sep 11 10:14:38 2013
@@ -1,4 +1,4 @@
-// RUN: %clang -target xcore %s -### -o %t.o 2>&1 FileCheck %s
+// RUN: %clang -target xcore %s -### -o %t.o 2>&1 | FileCheck %s
 
 // CHECK: "-momit-leaf-frame-pointer"
 // CHECK-NOT: "-mdisable-fp-elim"


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to