From: Francois Pichet Date: Thu, 28 Apr 2011 02:01:57 +0000 (+0000) Subject: Because of r130359 this test no longer fail on Windows. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38f163e8fdb0184f3d7653121301e40876f47885;p=clang Because of r130359 this test no longer fail on Windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130370 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; }