forked from OSchip/llvm-project
clang/test/PCH/pch-dir.c: Mark it as XFAIL:msvc. It doesn't fail (virtually xpass) on msvc.
llvm-svn: 166473
This commit is contained in:
parent
a7dfb665e3
commit
500d87159b
|
@ -5,6 +5,9 @@
|
|||
// RUN: FileCheck -check-prefix=C %s < %t.clog
|
||||
// RUN: %clang -x c++ -include %t.h -fsyntax-only %s -Xclang -print-stats 2> %t.cpplog
|
||||
// RUN: FileCheck -check-prefix=CPP %s < %t.cpplog
|
||||
|
||||
// FIXME: It doesn't fail on msvc.
|
||||
// XFAIL: win32
|
||||
// RUN: not %clang -x c++ -std=c++11 -include %t.h -fsyntax-only %s 2> %t.cpp11log
|
||||
// RUN: FileCheck -check-prefix=CPP11 %s < %t.cpp11log
|
||||
|
||||
|
|
Loading…
Reference in New Issue