aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-10-26 14:35:30 +0000
committerDouglas Gregor <dgregor@apple.com>2011-10-26 14:35:30 +0000
commit3ab057f7b9e5f98210eabd53165d74282b5a6bdb (patch)
tree6ace99c458fd44e111ab77f84189da98bdc526e5
parent3bfb571bd4af9303781c40306a06bf70fe51fa75 (diff)
Disable on Windows, for real.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143027 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/PCH/modified-header-error.c3
1 files changed, 1 insertions, 2 deletions
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