diff options
Diffstat (limited to 'test/Modules/dependency-dump.m')
-rw-r--r-- | test/Modules/dependency-dump.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Modules/dependency-dump.m b/test/Modules/dependency-dump.m index f3a487544b8e9..deb66188e1472 100644 --- a/test/Modules/dependency-dump.m +++ b/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 |