diff options
Diffstat (limited to 'clang/test/Modules/at-import-in-framework-header.m')
-rw-r--r-- | clang/test/Modules/at-import-in-framework-header.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/at-import-in-framework-header.m b/clang/test/Modules/at-import-in-framework-header.m index 043c69462ed..fe366381207 100644 --- a/clang/test/Modules/at-import-in-framework-header.m +++ b/clang/test/Modules/at-import-in-framework-header.m @@ -1,3 +1,5 @@ +// REQUIRES: shell + // RUN: rm -rf %t // RUN: mkdir %t |