]> granicus.if.org Git - clang/commitdiff
XFAIL the -nostdinc++ test on Windows; it doesn't look like we even have the notion...
authorDouglas Gregor <dgregor@apple.com>
Wed, 24 Mar 2010 20:45:20 +0000 (20:45 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 24 Mar 2010 20:45:20 +0000 (20:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99422 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/nostdincxx.cpp

index 803648840dd3c82e3e5121a032020c84537c082c..7e00555d04bd84bec2ab58e6c84332c2378828ef 100644 (file)
@@ -1,4 +1,4 @@
 // RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
-
+// XFAIL: win32
 // CHECK: file not found
 #include <vector>