diff options
Diffstat (limited to 'clang/test/VFS/include-virtual-from-real.c')
-rw-r--r-- | clang/test/VFS/include-virtual-from-real.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/clang/test/VFS/include-virtual-from-real.c b/clang/test/VFS/include-virtual-from-real.c index c8f6059608d..e735a41979d 100644 --- a/clang/test/VFS/include-virtual-from-real.c +++ b/clang/test/VFS/include-virtual-from-real.c @@ -1,9 +1,11 @@ // RUN: rm -rf %t // RUN: mkdir -p %t // RUN: echo '#include "not_real.h"' > %t/include_not_real.h -// 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 -fsyntax-only %s -// REQUIRES: shell + +// FIXME: PR43272 +// XFAIL: windows #include "include_not_real.h" |