diff options
author | Reid Kleckner <reid@kleckner.net> | 2015-03-02 22:55:01 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2015-03-02 22:55:01 +0000 |
commit | 1bc469f0fcc1e966b6f905ba90472f65b19026da (patch) | |
tree | 09bb5a47b7188513b45109cb6ea7f62b852d7f76 /clang/test/Modules/explicit-build-relpath.cpp | |
parent | 83fb85c8f0e543dbb88c3fa2174ae92fb2246a4c (diff) | |
download | bcm5719-llvm-1bc469f0fcc1e966b6f905ba90472f65b19026da.tar.gz bcm5719-llvm-1bc469f0fcc1e966b6f905ba90472f65b19026da.zip |
Remove shell requirement from test/Modules/explicit-build-relpath.cpp
It only relies on 'cd', which the internal shell has now.
llvm-svn: 231031
Diffstat (limited to 'clang/test/Modules/explicit-build-relpath.cpp')
-rw-r--r-- | clang/test/Modules/explicit-build-relpath.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/Modules/explicit-build-relpath.cpp b/clang/test/Modules/explicit-build-relpath.cpp index d9c15660b6a..f16556641d7 100644 --- a/clang/test/Modules/explicit-build-relpath.cpp +++ b/clang/test/Modules/explicit-build-relpath.cpp @@ -1,5 +1,3 @@ -// REQUIRES: shell -// // RUN: rm -rf %t // RUN: mkdir %t // RUN: cd %t |