summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/modified-header-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/modified-header-error.c')
-rw-r--r--clang/test/PCH/modified-header-error.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/test/PCH/modified-header-error.c b/clang/test/PCH/modified-header-error.c
index 8ab38e1e9e9..fb638363ba6 100644
--- a/clang/test/PCH/modified-header-error.c
+++ b/clang/test/PCH/modified-header-error.c
@@ -9,4 +9,6 @@
#include "header2.h"
// CHECK: fatal error: file {{.*}} has been modified since the precompiled header {{.*}} was built
-// REQUIRES: shell
+
+// FIXME: Flaky on Windows, timestamp resolution?
+// UNSUPPORTED: win32
OpenPOWER on IntegriCloud