aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-03-24 20:45:20 +0000
committerDouglas Gregor <dgregor@apple.com>2010-03-24 20:45:20 +0000
commite3e7d4e82a57b78000d5f8fcd154d90876bf0dab (patch)
tree2442b312a6d392d798d4aac02345c0cbf043d539
parent02668985d9ae546ab391740a66fa498ebac09874 (diff)
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
-rw-r--r--test/Driver/nostdincxx.cpp2
1 files changed, 1 insertions, 1 deletions
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 <vector>