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:
Douglas Gregor 2010-03-24 20:45:20 +00:00
parent b8ddb138a9
commit cc9c92cfc2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
// XFAIL: win32
// CHECK: file not found
#include <vector>