From 83a2703ed6636582d6428074c4ec8350fedaaa46 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Mon, 23 Dec 2013 08:50:43 +0000 Subject: [PATCH] Add a missing pipe in the test from r197896 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/fast-math.c b/test/Driver/fast-math.c index 16b1efcfde..690d7a1e6e 100644 --- a/test/Driver/fast-math.c +++ b/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 -- 2.40.0