]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-fail/assert-eq-macro-panic.rs
std: Rename Show/String to Debug/Display
[rust.git] / src / test / run-fail / assert-eq-macro-panic.rs
index 4b1a420cb788087fafbee2a077c3e5d15f886b44..69ed025070b4f95d088f3d08c3c739733abef32b 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// error-pattern:assertion failed: `(left == right) && (right == left)` (left: `14i`, right: `15i`)
+// error-pattern:assertion failed: `(left == right) && (right == left)` (left: `14`, right: `15`)
 
 fn main() {
     assert_eq!(14i,15i);