[cfe-commits] r130370 - /cfe/trunk/test/PCH/modified-header-crash.c

Francois Pichet pichet2000 at gmail.com
Wed Apr 27 19:01:57 PDT 2011


Author: fpichet
Date: Wed Apr 27 21:01:57 2011
New Revision: 130370

URL: http://llvm.org/viewvc/llvm-project?rev=130370&view=rev
Log:
Because of r130359 this test no longer fail on Windows.

Modified:
    cfe/trunk/test/PCH/modified-header-crash.c

Modified: cfe/trunk/test/PCH/modified-header-crash.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/modified-header-crash.c?rev=130370&r1=130369&r2=130370&view=diff
==============================================================================
--- cfe/trunk/test/PCH/modified-header-crash.c (original)
+++ cfe/trunk/test/PCH/modified-header-crash.c Wed Apr 27 21:01:57 2011
@@ -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;
 }





More information about the cfe-commits mailing list