diff options
-rw-r--r-- | clang/test/Driver/nostdincxx.cpp | 2 |
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> |