From e3e7d4e82a57b78000d5f8fcd154d90876bf0dab Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 24 Mar 2010 20:45:20 +0000 Subject: [PATCH] XFAIL the -nostdinc++ test on Windows; it doesn't look like we even have the notion of separate C and C++ paths there git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99422 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/nostdincxx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/nostdincxx.cpp b/test/Driver/nostdincxx.cpp index 803648840d..7e00555d04 100644 --- a/test/Driver/nostdincxx.cpp +++ b/test/Driver/nostdincxx.cpp @@ -1,4 +1,4 @@ // RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s - +// XFAIL: win32 // CHECK: file not found #include -- 2.40.0