summaryrefslogtreecommitdiffstats
path: root/clang/test/VFS/implicit-include.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/VFS/implicit-include.c')
-rw-r--r--clang/test/VFS/implicit-include.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/clang/test/VFS/implicit-include.c b/clang/test/VFS/implicit-include.c
index acf665bee24..682dbea42ce 100644
--- a/clang/test/VFS/implicit-include.c
+++ b/clang/test/VFS/implicit-include.c
@@ -1,6 +1,8 @@
-// RUN: sed -e "s:INPUT_DIR:%S/Inputs:g" -e "s:OUT_DIR:%t:g" %S/Inputs/vfsoverlay.yaml > %t.yaml
+// RUN: sed -e "s@INPUT_DIR@%/S/Inputs@g" -e "s@OUT_DIR@%/t@g" %S/Inputs/vfsoverlay.yaml > %t.yaml
// RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -include "not_real.h" -fsyntax-only %s
-// REQUIRES: shell
+
+// FIXME: PR43272
+// XFAIL: windows
void foo() {
bar();
OpenPOWER on IntegriCloud