]> granicus.if.org Git - clang/commitdiff
Add a missing pipe in the test from r197896
authorAlp Toker <alp@nuanti.com>
Mon, 23 Dec 2013 08:50:43 +0000 (08:50 +0000)
committerAlp Toker <alp@nuanti.com>
Mon, 23 Dec 2013 08:50:43 +0000 (08:50 +0000)
Spotted by Edward

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197903 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/fast-math.c

index 16b1efcfde6612b52b4aea0582abff9890b822b8..690d7a1e6ef5b4aecb70fbd12c40ef91ac73295d 100644 (file)
@@ -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