summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coherence/coherence-all-remote.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/coherence/coherence-all-remote.rs')
-rw-r--r--src/test/ui/coherence/coherence-all-remote.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/ui/coherence/coherence-all-remote.rs b/src/test/ui/coherence/coherence-all-remote.rs
deleted file mode 100644
index 5c3bfee82..000000000
--- a/src/test/ui/coherence/coherence-all-remote.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-// aux-build:coherence_lib.rs
-
-extern crate coherence_lib as lib;
-use lib::Remote1;
-
-impl<T> Remote1<T> for isize { }
-//~^ ERROR E0210
-
-fn main() { }