[cfe-commits] r132446 - /cfe/trunk/test/PCH/modified-header-error.c

Eli Friedman eli.friedman at gmail.com
Wed Jun 1 17:42:47 PDT 2011


Author: efriedma
Date: Wed Jun  1 19:42:47 2011
New Revision: 132446

URL: http://llvm.org/viewvc/llvm-project?rev=132446&view=rev
Log:
Revert r132426; this test passes more often than not, and we don't have a way to mark tests as intermittently failing at the moment.


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

Modified: cfe/trunk/test/PCH/modified-header-error.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/modified-header-error.c?rev=132446&r1=132445&r2=132446&view=diff
==============================================================================
--- cfe/trunk/test/PCH/modified-header-error.c (original)
+++ cfe/trunk/test/PCH/modified-header-error.c Wed Jun  1 19:42:47 2011
@@ -1,4 +1,3 @@
-// XFAIL: win32
 // RUN: mkdir -p %t.dir
 // RUN: echo '#include "header2.h"' > %t.dir/header1.h
 // RUN: echo > %t.dir/header2.h





More information about the cfe-commits mailing list