From: Douglas Gregor Date: Wed, 26 Oct 2011 14:35:30 +0000 (+0000) Subject: Disable on Windows, for real. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ab057f7b9e5f98210eabd53165d74282b5a6bdb;p=clang Disable on Windows, for real. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143027 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/PCH/modified-header-error.c b/test/PCH/modified-header-error.c index 34f04bfb8b..ef9249447a 100644 --- a/test/PCH/modified-header-error.c +++ b/test/PCH/modified-header-error.c @@ -9,5 +9,4 @@ #include "header2.h" // CHECK: fatal error: file {{.*}} has been modified since the precompiled header was built -// DISABLE: win32 - +// REQUIRES: shell