forked from OSchip/llvm-project
Because of r130359 this test no longer fail on Windows.
llvm-svn: 130370
This commit is contained in:
parent
84133e41be
commit
4c3b68c366
|
@ -5,9 +5,6 @@
|
|||
// RUN: echo >> %t.h
|
||||
// RUN: not %clang_cc1 %s -include-pch %t -fsyntax-only
|
||||
|
||||
// FIXME: On Windows we don't detect that the header was modified ?
|
||||
// XFAIL: win32
|
||||
|
||||
void f(void) {
|
||||
foo = 3;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue