summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/fast-math.c
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-23 08:50:43 +0000
committerAlp Toker <alp@nuanti.com>2013-12-23 08:50:43 +0000
commitb09e5af914a3242c4bf31376e4c51400e5bf9590 (patch)
tree328f341989ec0f0db9cb2532d9ef0d6ff1559230 /clang/test/Driver/fast-math.c
parenta8b02c2e46f50c3fe67adce23ce646b7fe40eeff (diff)
downloadbcm5719-llvm-b09e5af914a3242c4bf31376e4c51400e5bf9590.tar.gz
bcm5719-llvm-b09e5af914a3242c4bf31376e4c51400e5bf9590.zip
Add a missing pipe in the test from r197896
Spotted by Edward llvm-svn: 197903
Diffstat (limited to 'clang/test/Driver/fast-math.c')
-rw-r--r--clang/test/Driver/fast-math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/fast-math.c b/clang/test/Driver/fast-math.c
index 16b1efcfde6..690d7a1e6ef 100644
--- a/clang/test/Driver/fast-math.c
+++ b/clang/test/Driver/fast-math.c
@@ -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
OpenPOWER on IntegriCloud