From 3f56e9a984075fecfe757ab5774072f73bb86b1b Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Sun, 21 Jun 2015 16:16:14 -0700 Subject: [PATCH] remove erroneous error check --- src/test/compile-fail/coherence-orphan.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/compile-fail/coherence-orphan.rs b/src/test/compile-fail/coherence-orphan.rs index 78435f1a78a1..80efc7b75e2c 100644 --- a/src/test/compile-fail/coherence-orphan.rs +++ b/src/test/compile-fail/coherence-orphan.rs @@ -27,6 +27,5 @@ impl TheTrait for TheType { } impl !Send for Vec { } //~^ ERROR E0117 -//~| ERROR E0119 fn main() { }