[cfe-commits] r99422 - /cfe/trunk/test/Driver/nostdincxx.cpp

Douglas Gregor dgregor at apple.com
Wed Mar 24 13:45:20 PDT 2010


Author: dgregor
Date: Wed Mar 24 15:45:20 2010
New Revision: 99422

URL: http://llvm.org/viewvc/llvm-project?rev=99422&view=rev
Log:
XFAIL the -nostdinc++ test on Windows; it doesn't look like we even have the notion of separate C and C++ paths there

Modified:
    cfe/trunk/test/Driver/nostdincxx.cpp

Modified: cfe/trunk/test/Driver/nostdincxx.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/nostdincxx.cpp?rev=99422&r1=99421&r2=99422&view=diff
==============================================================================
--- cfe/trunk/test/Driver/nostdincxx.cpp (original)
+++ cfe/trunk/test/Driver/nostdincxx.cpp Wed Mar 24 15:45:20 2010
@@ -1,4 +1,4 @@
 // RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
-
+// XFAIL: win32
 // CHECK: file not found
 #include <vector> 





More information about the cfe-commits mailing list