diff options
author | Alp Toker <alp@nuanti.com> | 2013-12-23 08:50:43 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-12-23 08:50:43 +0000 |
commit | b09e5af914a3242c4bf31376e4c51400e5bf9590 (patch) | |
tree | 328f341989ec0f0db9cb2532d9ef0d6ff1559230 /clang/test/Driver/fast-math.c | |
parent | a8b02c2e46f50c3fe67adce23ce646b7fe40eeff (diff) | |
download | bcm5719-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.c | 2 |
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 |