diff options
Diffstat (limited to 'clang/test/Modules/implicit-module-header-maps.cpp')
-rw-r--r-- | clang/test/Modules/implicit-module-header-maps.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/clang/test/Modules/implicit-module-header-maps.cpp b/clang/test/Modules/implicit-module-header-maps.cpp index bd4aeb6..dfbc33c 100644 --- a/clang/test/Modules/implicit-module-header-maps.cpp +++ b/clang/test/Modules/implicit-module-header-maps.cpp @@ -1,5 +1,7 @@ // UNSUPPORTED: system-windows +// RUN: cd %S // RUN: rm -rf %t +// RUN: mkdir %t // RUN: split-file %s %t // RUN: cd %t // @@ -7,8 +9,9 @@ // // RUN: %clang -Rmodule-build -fmodules -fimplicit-modules -fimplicit-module-maps -fmodule-map-file=module.modulemap -fsyntax-only -I hmap -fmodules-cache-path=%t test.cpp // -// RUN: cd %T +// RUN: cd %S // RUN: rm -rf %t +// RUN: mkdir %t // RUN: split-file %s %t // RUN: cd %t // |