Skip to content

Commit e69d1b6

Browse files
committed
change to check-pass
1 parent 612ef5f commit e69d1b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/ui/coherence/impl[t]-foreign[foreign[t],local]-for-foreign.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![feature(re_rebalance_coherence)]
22

3-
// run-pass
3+
// check-pass
44
// compile-flags:--crate-name=test
55
// aux-build:coherence_lib.rs
66

src/test/ui/coherence/impl[t]-foreign[local]-for-fundamental[t].rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// compile-flags:--crate-name=test
44
// aux-build:coherence_lib.rs
5-
// run-pass
5+
// check-pass
66

77
extern crate coherence_lib as lib;
88
use lib::*;

0 commit comments

Comments
 (0)