summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/file_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/file_test.c')
-rw-r--r--clang/test/Preprocessor/file_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/file_test.c b/clang/test/Preprocessor/file_test.c
index 09ae48f48e0..3788db6eb09 100644
--- a/clang/test/Preprocessor/file_test.c
+++ b/clang/test/Preprocessor/file_test.c
@@ -1,3 +1,4 @@
+// XFAIL: system-windows
// RUN: %clang -E -ffile-prefix-map=%p=/UNLIKELY_PATH/empty -c -o - %s | FileCheck %s
// RUN: %clang -E -fmacro-prefix-map=%p=/UNLIKELY_PATH/empty -c -o - %s | FileCheck %s
// RUN: %clang -E -fmacro-prefix-map=%p=/UNLIKELY_PATH=empty -c -o - %s | FileCheck %s -check-prefix CHECK-EVIL
OpenPOWER on IntegriCloud