Skip to content

Commit 32118a9

Browse files
committed
More test deduplication
1 parent 6caa4ce commit 32118a9

30 files changed

+41
-446
lines changed

src/test/run-pass/coherence/coherence-bigint-int.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// run-pass
22
// aux-build:coherence_lib.rs
3+
// revisions: old re
4+
5+
#![cfg_attr(re, feature(re_rebalance_coherence))]
36

47
// pretty-expanded FIXME #23616
58

src/test/run-pass/coherence/coherence-bigint-vecint.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// run-pass
22
// aux-build:coherence_lib.rs
3+
// revisions: old re
4+
5+
#![cfg_attr(re, feature(re_rebalance_coherence))]
36

47
// pretty-expanded FIXME #23616
58

src/test/run-pass/coherence/coherence-blanket.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// run-pass
22
#![allow(unused_imports)]
33
// aux-build:coherence_lib.rs
4+
// revisions: old re
5+
6+
#![cfg_attr(re, feature(re_rebalance_coherence))]
47

58
// pretty-expanded FIXME #23616
69

src/test/run-pass/coherence/coherence-covered-type-parameter.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// run-pass
22
#![allow(dead_code)]
33
// aux-build:coherence_lib.rs
4+
// revisions: old re
5+
6+
#![cfg_attr(re, feature(re_rebalance_coherence))]
47

58
// pretty-expanded FIXME #23616
69

src/test/run-pass/coherence/coherence-impl-in-fn.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// run-pass
2+
// revisions: old re
3+
4+
#![cfg_attr(re, feature(re_rebalance_coherence))]
25
#![allow(dead_code)]
36
#![allow(non_camel_case_types)]
47

src/test/run-pass/coherence/coherence-iterator-vec-any-elem.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// run-pass
2+
// revisions: old re
3+
4+
#![cfg_attr(re, feature(re_rebalance_coherence))]
25
#![allow(dead_code)]
36
// aux-build:coherence_lib.rs
47

src/test/run-pass/coherence/coherence-iterator-vec.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// run-pass
2+
// revisions: old re
3+
4+
#![cfg_attr(re, feature(re_rebalance_coherence))]
25
#![allow(dead_code)]
36
// aux-build:coherence_lib.rs
47

src/test/run-pass/coherence/coherence-multidispatch-tuple.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// run-pass
2+
// revisions: old re
3+
4+
#![cfg_attr(re, feature(re_rebalance_coherence))]
25
#![allow(unused_imports)]
36
// pretty-expanded FIXME #23616
47

src/test/run-pass/coherence/coherence-negative-impls-safe.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// run-pass
2+
// revisions: old re
3+
4+
#![cfg_attr(re, feature(re_rebalance_coherence))]
25
#![allow(dead_code)]
36
// pretty-expanded FIXME #23616
47

0 commit comments

Comments
 (0)