Skip to content

Commit

Permalink
change to check-pass
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Sep 13, 2019
1 parent 612ef5f commit e69d1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![feature(re_rebalance_coherence)]

// run-pass
// check-pass
// compile-flags:--crate-name=test
// aux-build:coherence_lib.rs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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::*;
Expand Down

0 comments on commit e69d1b6

Please sign in to comment.