Skip to content

Commit 513cc6d

Browse files
Make incr. comp. test case dependent on specific ICH instead of SVH
1 parent c2d9b4e commit 513cc6d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/test/incremental/remapped_paths_cc/auxiliary/extern_crate.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
// ignore-tidy-linelength
1212

13-
// aux-build:extern_crate.rs
14-
//[rpass1] compile-flags: -g
15-
//[rpass2] compile-flags: -g
16-
//[rpass3] compile-flags: -g -Zremap-path-prefix-from={{src-base}} -Zremap-path-prefix-to=/the/src
13+
//[rpass1] compile-flags: -g -Zincremental-cc
14+
//[rpass2] compile-flags: -g -Zincremental-cc
15+
//[rpass3] compile-flags: -g -Zincremental-cc -Zremap-path-prefix-from={{src-base}} -Zremap-path-prefix-to=/the/src
1716

1817
#![feature(rustc_attrs)]
1918
#![crate_type="rlib"]

src/test/incremental/remapped_paths_cc/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
// revisions:rpass1 rpass2 rpass3
12-
// compile-flags: -Z query-dep-graph -g
12+
// compile-flags: -Z query-dep-graph -g -Zincremental-cc
1313
// aux-build:extern_crate.rs
1414

1515

0 commit comments

Comments
 (0)