[cfe-commits] r143027 - /cfe/trunk/test/PCH/modified-header-error.c
Douglas Gregor
dgregor at apple.com
Wed Oct 26 07:35:30 PDT 2011
Author: dgregor
Date: Wed Oct 26 09:35:30 2011
New Revision: 143027
URL: http://llvm.org/viewvc/llvm-project?rev=143027&view=rev
Log:
Disable on Windows, for real.
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=143027&r1=143026&r2=143027&view=diff
==============================================================================
--- cfe/trunk/test/PCH/modified-header-error.c (original)
+++ cfe/trunk/test/PCH/modified-header-error.c Wed Oct 26 09:35:30 2011
@@ -9,5 +9,4 @@
#include "header2.h"
// CHECK: fatal error: file {{.*}} has been modified since the precompiled header was built
-// DISABLE: win32
-
+// REQUIRES: shell
More information about the cfe-commits
mailing list