diff options
| author | Galina Kistanova <gkistanova@gmail.com> | 2017-03-10 19:34:15 +0000 |
|---|---|---|
| committer | Galina Kistanova <gkistanova@gmail.com> | 2017-03-10 19:34:15 +0000 |
| commit | a135649f425f6dce184ec38e7e38e4c535731fdf (patch) | |
| tree | f5c1de4c57e4664bf7a64ca0bf7906158b0ee985 | |
| parent | 19cf689a9e8dd76bc7207f1e33fe923b620afd07 (diff) | |
| download | bcm5719-llvm-a135649f425f6dce184ec38e7e38e4c535731fdf.tar.gz bcm5719-llvm-a135649f425f6dce184ec38e7e38e4c535731fdf.zip | |
Attempt to fix Windows buildbot.
llvm-svn: 297497
| -rw-r--r-- | clang/test/Modules/dependency-dump-dependent-module.m | 2 | ||||
| -rw-r--r-- | clang/test/Modules/dependency-dump.m | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Modules/dependency-dump-dependent-module.m b/clang/test/Modules/dependency-dump-dependent-module.m index 2430726d3ae..49069861654 100644 --- a/clang/test/Modules/dependency-dump-dependent-module.m +++ b/clang/test/Modules/dependency-dump-dependent-module.m @@ -1,6 +1,8 @@ // When a module depends on another, check that we dump the dependency header // files for both. +// REQUIRES: shell + // RUN: rm -rf %t // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -module-dependency-dir %t/vfs -F %S/Inputs -I %S/Inputs -verify %s // expected-no-diagnostics diff --git a/clang/test/Modules/dependency-dump.m b/clang/test/Modules/dependency-dump.m index f3a487544b8..deb66188e14 100644 --- a/clang/test/Modules/dependency-dump.m +++ b/clang/test/Modules/dependency-dump.m @@ -1,6 +1,8 @@ // Check that we can dump all of the headers a module depends on, and a VFS map // for the same. +// REQUIRES: shell + // RUN: rm -rf %t // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -module-dependency-dir %t/vfs -F %S/Inputs -I %S/Inputs -verify %s // expected-no-diagnostics |

