]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-fail/die-macro.rs
Use better bound names in `-Zverbose` mode
[rust.git] / src / test / run-fail / die-macro.rs
index 71cc7317e6ef20aadf6e6990b86828b59e435efa..846b9ea24d3b7f0b7b3f1ca6e78c0a6491a7ae81 100644 (file)
@@ -1,5 +1,5 @@
 // error-pattern:test
 
 fn main() {
-    fail!("test");
+    panic!("test");
 }