about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexis Beingessner <a.beingessner@gmail.com>2015-06-21 16:16:14 -0700
committerAlexis Beingessner <a.beingessner@gmail.com>2015-06-21 16:16:14 -0700
commit3f56e9a984075fecfe757ab5774072f73bb86b1b (patch)
treeaa24f0c6781dfac4d8f148f15c174ffc4f6fe29e /src
parentb667fab292607a761790036c25899b8d88a8ac9f (diff)
downloadrust-3f56e9a984075fecfe757ab5774072f73bb86b1b.tar.gz
rust-3f56e9a984075fecfe757ab5774072f73bb86b1b.zip
remove erroneous error check
Diffstat (limited to 'src')
-rw-r--r--src/test/compile-fail/coherence-orphan.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/compile-fail/coherence-orphan.rs b/src/test/compile-fail/coherence-orphan.rs
index 78435f1a78a..80efc7b75e2 100644
--- a/src/test/compile-fail/coherence-orphan.rs
+++ b/src/test/compile-fail/coherence-orphan.rs
@@ -27,6 +27,5 @@ impl TheTrait<isize> for TheType { }
 
 impl !Send for Vec<isize> { }
 //~^ ERROR E0117
-//~| ERROR E0119
 
 fn main() { }