From d4956c1a25f9b009ea9910b1a63ac2e40d963419 Mon Sep 17 00:00:00 2001 From: Artyom Skrobov Date: Wed, 18 Dec 2013 18:55:36 +0000 Subject: [PATCH] Adding a win32-targeted test into Tooling/multi-jobs.cpp, to make sure it doesn't get broken again (prompted by NAKAMURA Takumi) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197596 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Tooling/multi-jobs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Tooling/multi-jobs.cpp b/test/Tooling/multi-jobs.cpp index db8e949408..36e3b3424d 100644 --- a/test/Tooling/multi-jobs.cpp +++ b/test/Tooling/multi-jobs.cpp @@ -1,4 +1,5 @@ // RUN: not clang-check "%s" -- -no-integrated-as -c 2>&1 | FileCheck %s +// RUN: not clang-check "%s" -- -target x86_64-win32 -no-integrated-as -c 2>&1 | FileCheck %s // CHECK: C++ requires invalid; -- 2.40.0