r197903 - Add a missing pipe in the test from r197896

Alp Toker alp at nuanti.com
Mon Dec 23 00:50:43 PST 2013


Author: alp
Date: Mon Dec 23 02:50:43 2013
New Revision: 197903

URL: http://llvm.org/viewvc/llvm-project?rev=197903&view=rev
Log:
Add a missing pipe in the test from r197896

Spotted by Edward

Modified:
    cfe/trunk/test/Driver/fast-math.c

Modified: cfe/trunk/test/Driver/fast-math.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/fast-math.c?rev=197903&r1=197902&r2=197903&view=diff
==============================================================================
--- cfe/trunk/test/Driver/fast-math.c (original)
+++ cfe/trunk/test/Driver/fast-math.c Mon Dec 23 02:50:43 2013
@@ -8,7 +8,7 @@
 // REQUIRES: clang-driver
 //
 // RUN: %clang -### -fno-honor-infinities -c %s 2>&1 \
-// RUN:   FileCheck --check-prefix=CHECK-NO-INFS %s
+// RUN:   | FileCheck --check-prefix=CHECK-NO-INFS %s
 // infinites [sic] is a supported alternative spelling of infinities.
 // RUN: %clang -### -fno-honor-infinites -c %s 2>&1 \
 // RUN:   | FileCheck --check-prefix=CHECK-NO-INFS %s





More information about the cfe-commits mailing list