aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>