aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/PCH/modified-header-crash.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/PCH/modified-header-crash.c b/test/PCH/modified-header-crash.c
index d46f97636d..c74ce2239c 100644
--- a/test/PCH/modified-header-crash.c
+++ b/test/PCH/modified-header-crash.c
@@ -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;
}