]> granicus.if.org Git - clang/commitdiff
Because of r130359 this test no longer fail on Windows.
authorFrancois Pichet <pichet2000@gmail.com>
Thu, 28 Apr 2011 02:01:57 +0000 (02:01 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Thu, 28 Apr 2011 02:01:57 +0000 (02:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130370 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/modified-header-crash.c

index d46f97636d77990ef876dd59f268153b553e3078..c74ce2239c22ddc3826763a317b726ee636a4b96 100644 (file)
@@ -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;
 }