diff options
Diffstat (limited to 'clang/test/VFS/module-import.m')
-rw-r--r-- | clang/test/VFS/module-import.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/VFS/module-import.m b/clang/test/VFS/module-import.m index 80f0ea58f1d..3cfd906d767 100644 --- a/clang/test/VFS/module-import.m +++ b/clang/test/VFS/module-import.m @@ -1,3 +1,4 @@ +// RUN: rm -rf %t // 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 -fmodules -fmodules-cache-path=%t -ivfsoverlay %t.yaml -I %t -fsyntax-only %s // REQUIRES: shell |