From 379609329d7e7db5ae3c95c2aef3726668364a87 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 22 Apr 2016 00:38:09 +0000 Subject: [PATCH] Try to get test passing on OS X (see comment at top of file). llvm-svn: 267089 --- clang/test/Driver/cl-pch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/Driver/cl-pch.cpp b/clang/test/Driver/cl-pch.cpp index d8b7a66..8d701da 100644 --- a/clang/test/Driver/cl-pch.cpp +++ b/clang/test/Driver/cl-pch.cpp @@ -309,12 +309,12 @@ // CHECK-YCTc: "c" // Don't crash when a non-source file is passed. -// RUN: %clang_cl -Werror /Ycpchfile.h /FIpchfile.h /c -### %S/Inputs/file.prof 2>&1 \ +// RUN: %clang_cl -Werror /Ycpchfile.h /FIpchfile.h /c -### -- %S/Inputs/file.prof 2>&1 \ // RUN: | FileCheck -check-prefix=CHECK-NoSource %s // CHECK-NoSource: file.prof:{{.*}}input unused // ...but if an explicit file turns the file into a source file, handle it: -// RUN: %clang_cl /TP -Werror /Ycpchfile.h /FIpchfile.h /c -### %S/Inputs/file.prof 2>&1 \ +// RUN: %clang_cl /TP -Werror /Ycpchfile.h /FIpchfile.h /c -### -- %S/Inputs/file.prof 2>&1 \ // RUN: | FileCheck -check-prefix=CHECK-NoSourceTP %s // CHECK-NoSourceTP: cc1 // CHECK-NoSourceTP: -emit-pch -- 2.7.4