change to check-pass

This commit is contained in:
Niko Matsakis 2019-09-13 14:57:06 -04:00
parent 612ef5f518
commit e69d1b67b6
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#![feature(re_rebalance_coherence)]
// run-pass
// check-pass
// compile-flags:--crate-name=test
// aux-build:coherence_lib.rs

View file

@ -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::*;