diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-04 12:59:18 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-04 12:59:18 +0000 |
commit | ed7e1cbc4c995758ff6e07cbded04ae1bd174052 (patch) | |
tree | b71ff1a758eebc55fb79c53816e6d2d8dae86f01 /clang/test/Modules/explicit-build-flags.cpp | |
parent | ecc2ebe8462ace11d10774e274140cf0750d4cee (diff) | |
download | bcm5719-llvm-ed7e1cbc4c995758ff6e07cbded04ae1bd174052.tar.gz bcm5719-llvm-ed7e1cbc4c995758ff6e07cbded04ae1bd174052.zip |
clang/test/Modules: Remove "REQUIRES:shell" since they work for me.
llvm-svn: 221261
Diffstat (limited to 'clang/test/Modules/explicit-build-flags.cpp')
-rw-r--r-- | clang/test/Modules/explicit-build-flags.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/Modules/explicit-build-flags.cpp b/clang/test/Modules/explicit-build-flags.cpp index c5c3df92aba..6ced215a06d 100644 --- a/clang/test/Modules/explicit-build-flags.cpp +++ b/clang/test/Modules/explicit-build-flags.cpp @@ -1,5 +1,3 @@ -// REQUIRES: shell - // RUN: rm -rf %t // RUN: mkdir %t // RUN: echo 'module tmp { header "tmp.h" }' > %t/map |