forked from OSchip/llvm-project
XFAIL the -nostdinc++ test on Windows; it doesn't look like we even have the notion of separate C and C++ paths there
llvm-svn: 99422
This commit is contained in:
parent
b8ddb138a9
commit
cc9c92cfc2
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
|
||||
|
||||
// XFAIL: win32
|
||||
// CHECK: file not found
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in New Issue