summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/nostdincxx.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-02-16 10:15:57 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-02-16 10:15:57 +0000
commit088488777552577008d93448e78ef3f0b9a671fd (patch)
tree58f793375264fa2349443036d76dd93bfff7863a /clang/test/Driver/nostdincxx.cpp
parentd7a60046d3408e6a1b8770319a402b85b1661a9d (diff)
downloadbcm5719-llvm-088488777552577008d93448e78ef3f0b9a671fd.tar.gz
bcm5719-llvm-088488777552577008d93448e78ef3f0b9a671fd.zip
check-clang: Introduce the feature "non-ms-sdk" to suppress Driver/nostdincxx.cpp on msvc.
llvm-svn: 201484
Diffstat (limited to 'clang/test/Driver/nostdincxx.cpp')
-rw-r--r--clang/test/Driver/nostdincxx.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/test/Driver/nostdincxx.cpp b/clang/test/Driver/nostdincxx.cpp
index 1e1d85f3583..126828de9ac 100644
--- a/clang/test/Driver/nostdincxx.cpp
+++ b/clang/test/Driver/nostdincxx.cpp
@@ -1,4 +1,6 @@
// RUN: not %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
-// XFAIL: win32
// CHECK: file not found
#include <vector>
+
+// MSVC has C++ headers in same directory as C headers.
+// REQUIRES: non-ms-sdk
OpenPOWER on IntegriCloud