From 4c3b68c366c0cb30531bbb704d6746e71318ca56 Mon Sep 17 00:00:00 2001 From: Francois Pichet Date: Thu, 28 Apr 2011 02:01:57 +0000 Subject: [PATCH] Because of r130359 this test no longer fail on Windows. llvm-svn: 130370 --- clang/test/PCH/modified-header-crash.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/clang/test/PCH/modified-header-crash.c b/clang/test/PCH/modified-header-crash.c index d46f97636d77..c74ce2239c22 100644 --- a/clang/test/PCH/modified-header-crash.c +++ b/clang/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; }