Skip to content

Commit f7efe23

Browse files
committed
fix catch_panic.stderr
1 parent 2789e72 commit f7efe23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/run-pass/catch_panic.stderr

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ thread 'main' panicked at 'Hello from panic: 2', $DIR/catch_panic.rs:49:20
66
Caught panic message (String): Hello from panic: 2
77
thread 'main' panicked at 'Box<Any>', $DIR/catch_panic.rs:50:21
88
Failed get caught panic message.
9-
thread 'main' panicked at 'Hello from panic: core', tests/run-pass/catch_panic.rs:52:21
9+
thread 'main' panicked at 'Hello from panic: core', $DIR/catch_panic.rs:52:21
1010
Caught panic message (String): Hello from panic: core
11-
thread 'main' panicked at 'Hello from panic: 5', tests/run-pass/catch_panic.rs:53:20
11+
thread 'main' panicked at 'Hello from panic: 5', $DIR/catch_panic.rs:53:20
1212
Caught panic message (String): Hello from panic: 5
13-
thread 'main' panicked at 'Hello from panic: 6', tests/run-pass/catch_panic.rs:54:20
13+
thread 'main' panicked at 'Hello from panic: 6', $DIR/catch_panic.rs:54:20
1414
Caught panic message (String): Hello from panic: 6
1515
Success!

0 commit comments

Comments
 (0)