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/PCH | |
| 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/PCH')
| -rw-r--r-- | clang/test/PCH/headersearch.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/PCH/headersearch.cpp b/clang/test/PCH/headersearch.cpp index 736ba1925ad..950b481b749 100644 --- a/clang/test/PCH/headersearch.cpp +++ b/clang/test/PCH/headersearch.cpp @@ -1,6 +1,5 @@ // Test reading of PCH with changed location of original input files, // i.e. invoking header search. -// REQUIRES: shell // Generate the original files: // RUN: rm -rf %t_orig %t_moved |

