about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2016-04-25 09:38:06 -0400
committerNiko Matsakis <niko@alum.mit.edu>2016-04-25 09:38:06 -0400
commitb3d54a2c0e793768cd9ce4a7887a75e3ec356cb5 (patch)
treef20dfdf8ed2d5c8dee341cb92609268c00c609c0
parent89bbd2c8b75f31f06496158e8e309557cfeaeed5 (diff)
downloadrust-b3d54a2c0e793768cd9ce4a7887a75e3ec356cb5.tar.gz
rust-b3d54a2c0e793768cd9ce4a7887a75e3ec356cb5.zip
patch test due to changes from compiletest-json
-rw-r--r--src/test/compile-fail/cast-rfc0401-2.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/compile-fail/cast-rfc0401-2.rs b/src/test/compile-fail/cast-rfc0401-2.rs
index fdc250f9946..1598a9aa1fc 100644
--- a/src/test/compile-fail/cast-rfc0401-2.rs
+++ b/src/test/compile-fail/cast-rfc0401-2.rs
@@ -15,6 +15,5 @@
 fn main() {
     let _ = 3 as bool;
     //~^ ERROR cannot cast as `bool`
-    //~| HELP see a detailed explanation
     //~| HELP compare with zero
 }