diff options
| author | Michael Woerister <michaelwoerister@posteo.net> | 2017-05-11 15:46:22 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo.net> | 2017-05-15 15:27:49 +0200 |
| commit | 513cc6d538885959f504b2fba4f613d2b9690a4c (patch) | |
| tree | da0ed1e4b683d33dff2836b033fef81f07753429 /src/test/incremental/remapped_paths_cc | |
| parent | c2d9b4e3349552ec0bf53e3fc7a1f509d449b210 (diff) | |
| download | rust-513cc6d538885959f504b2fba4f613d2b9690a4c.tar.gz rust-513cc6d538885959f504b2fba4f613d2b9690a4c.zip | |
Make incr. comp. test case dependent on specific ICH instead of SVH
Diffstat (limited to 'src/test/incremental/remapped_paths_cc')
| -rw-r--r-- | src/test/incremental/remapped_paths_cc/auxiliary/extern_crate.rs | 7 | ||||
| -rw-r--r-- | src/test/incremental/remapped_paths_cc/main.rs | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/src/test/incremental/remapped_paths_cc/auxiliary/extern_crate.rs b/src/test/incremental/remapped_paths_cc/auxiliary/extern_crate.rs index 09db90d618b..9feefb4c037 100644 --- a/src/test/incremental/remapped_paths_cc/auxiliary/extern_crate.rs +++ b/src/test/incremental/remapped_paths_cc/auxiliary/extern_crate.rs @@ -10,10 +10,9 @@ // ignore-tidy-linelength -// aux-build:extern_crate.rs -//[rpass1] compile-flags: -g -//[rpass2] compile-flags: -g -//[rpass3] compile-flags: -g -Zremap-path-prefix-from={{src-base}} -Zremap-path-prefix-to=/the/src +//[rpass1] compile-flags: -g -Zincremental-cc +//[rpass2] compile-flags: -g -Zincremental-cc +//[rpass3] compile-flags: -g -Zincremental-cc -Zremap-path-prefix-from={{src-base}} -Zremap-path-prefix-to=/the/src #![feature(rustc_attrs)] #![crate_type="rlib"] diff --git a/src/test/incremental/remapped_paths_cc/main.rs b/src/test/incremental/remapped_paths_cc/main.rs index 8a8c658accc..be4764c7d99 100644 --- a/src/test/incremental/remapped_paths_cc/main.rs +++ b/src/test/incremental/remapped_paths_cc/main.rs @@ -9,7 +9,7 @@ // except according to those terms. // revisions:rpass1 rpass2 rpass3 -// compile-flags: -Z query-dep-graph -g +// compile-flags: -Z query-dep-graph -g -Zincremental-cc // aux-build:extern_crate.rs |
