summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/Driver/nostdincxx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/nostdincxx.cpp b/clang/test/Driver/nostdincxx.cpp
index 803648840dd..7e00555d04b 100644
--- a/clang/test/Driver/nostdincxx.cpp
+++ b/clang/test/Driver/nostdincxx.cpp
@@ -1,4 +1,4 @@
// RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
-
+// XFAIL: win32
// CHECK: file not found
#include <vector>
OpenPOWER on IntegriCloud