change to check-pass
This commit is contained in:
parent
612ef5f518
commit
e69d1b67b6
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#![feature(re_rebalance_coherence)]
|
||||
|
||||
// run-pass
|
||||
// check-pass
|
||||
// compile-flags:--crate-name=test
|
||||
// aux-build:coherence_lib.rs
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// compile-flags:--crate-name=test
|
||||
// aux-build:coherence_lib.rs
|
||||
// run-pass
|
||||
// check-pass
|
||||
|
||||
extern crate coherence_lib as lib;
|
||||
use lib::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue