]> git.lizzy.rs Git - rust.git/commitdiff
fix catch_panic.stderr
authorRalf Jung <post@ralfj.de>
Sun, 1 Dec 2019 10:04:51 +0000 (11:04 +0100)
committerRalf Jung <post@ralfj.de>
Sun, 1 Dec 2019 10:04:51 +0000 (11:04 +0100)
tests/run-pass/catch_panic.stderr

index 51814c7cde6e9d0484fdf81b05f7fc9813813feb..be729005dd56be96442db9ce66182465f1e5e85c 100644 (file)
@@ -6,10 +6,10 @@ thread 'main' panicked at 'Hello from panic: 2', $DIR/catch_panic.rs:49:20
 Caught panic message (String): Hello from panic: 2
 thread 'main' panicked at 'Box<Any>', $DIR/catch_panic.rs:50:21
 Failed get caught panic message.
-thread 'main' panicked at 'Hello from panic: core', tests/run-pass/catch_panic.rs:52:21
+thread 'main' panicked at 'Hello from panic: core', $DIR/catch_panic.rs:52:21
 Caught panic message (String): Hello from panic: core
-thread 'main' panicked at 'Hello from panic: 5', tests/run-pass/catch_panic.rs:53:20
+thread 'main' panicked at 'Hello from panic: 5', $DIR/catch_panic.rs:53:20
 Caught panic message (String): Hello from panic: 5
-thread 'main' panicked at 'Hello from panic: 6', tests/run-pass/catch_panic.rs:54:20
+thread 'main' panicked at 'Hello from panic: 6', $DIR/catch_panic.rs:54:20
 Caught panic message (String): Hello from panic: 6
 Success!