about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2019-09-13 14:57:06 -0400
committerNiko Matsakis <niko@alum.mit.edu>2019-09-13 15:15:50 -0400
commite69d1b67b6603e0635c553eff693a0606d282d75 (patch)
tree27b2acae9620283bdd09b984067ef77cfd450b08
parent612ef5f518198448c43959a6416b9da2964f9167 (diff)
downloadrust-e69d1b67b6603e0635c553eff693a0606d282d75.tar.gz
rust-e69d1b67b6603e0635c553eff693a0606d282d75.zip
change to check-pass
-rw-r--r--src/test/ui/coherence/impl[t]-foreign[foreign[t],local]-for-foreign.rs2
-rw-r--r--src/test/ui/coherence/impl[t]-foreign[local]-for-fundamental[t].rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/coherence/impl[t]-foreign[foreign[t],local]-for-foreign.rs b/src/test/ui/coherence/impl[t]-foreign[foreign[t],local]-for-foreign.rs
index 61f2637c0c2..54d4bf04a58 100644
--- a/src/test/ui/coherence/impl[t]-foreign[foreign[t],local]-for-foreign.rs
+++ b/src/test/ui/coherence/impl[t]-foreign[foreign[t],local]-for-foreign.rs
@@ -1,6 +1,6 @@
 #![feature(re_rebalance_coherence)]
 
-// run-pass
+// check-pass
 // compile-flags:--crate-name=test
 // aux-build:coherence_lib.rs
 
diff --git a/src/test/ui/coherence/impl[t]-foreign[local]-for-fundamental[t].rs b/src/test/ui/coherence/impl[t]-foreign[local]-for-fundamental[t].rs
index 586b8de9e95..db671cb9bca 100644
--- a/src/test/ui/coherence/impl[t]-foreign[local]-for-fundamental[t].rs
+++ b/src/test/ui/coherence/impl[t]-foreign[local]-for-fundamental[t].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::*;