diff options
author | Reid Kleckner <reid@kleckner.net> | 2015-03-02 22:42:58 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2015-03-02 22:42:58 +0000 |
commit | acbd23adf1d5e333d1ed6f9183f82e564a6de675 (patch) | |
tree | cc6b0f234aa40a1cd58bc940b41034abb956b4bb /clang/test/Modules/modular_maps.cpp | |
parent | bb76eaa2c73818c79773fdc8012b92846a1eebbe (diff) | |
download | bcm5719-llvm-acbd23adf1d5e333d1ed6f9183f82e564a6de675.tar.gz bcm5719-llvm-acbd23adf1d5e333d1ed6f9183f82e564a6de675.zip |
Remove shell requirements from tests that use 'cd'
Modules and Tooling tests in particular tend to want to change the cwd,
so we were missing test coverage in this area on Windows. It should now
be easier to write such portable tests.
llvm-svn: 231029
Diffstat (limited to 'clang/test/Modules/modular_maps.cpp')
-rw-r--r-- | clang/test/Modules/modular_maps.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/Modules/modular_maps.cpp b/clang/test/Modules/modular_maps.cpp index 606c979c4c2..bedf2e02fb4 100644 --- a/clang/test/Modules/modular_maps.cpp +++ b/clang/test/Modules/modular_maps.cpp @@ -11,9 +11,6 @@ // RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fmodule-map-file=Inputs/modular_maps/modulea-cwd.map -fmodule-map-file=Inputs/modular_maps/modulec-cwd.map -I Inputs/modular_maps %s -verify -fmodule-map-file-home-is-cwd // RxN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fmodule-map-file=Inputs/modular_maps/modulec-cwd.map -fmodule-map-file=Inputs/modular_maps/modulea-cwd.map -I Inputs/modular_maps %s -verify -fmodule-map-file-home-is-cwd -// chdir is unsupported on Lit internal runner. -// REQUIRES: shell - #include "common.h" #include "a.h" #include "b.h" // expected-error {{private header}} |