From: Douglas Gregor Date: Wed, 24 Mar 2010 20:45:20 +0000 (+0000) Subject: XFAIL the -nostdinc++ test on Windows; it doesn't look like we even have the notion... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3e7d4e82a57b78000d5f8fcd154d90876bf0dab;p=clang 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 --- 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