You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/custom-panic/tests/integration.rs
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,9 @@ fn release() {
5
5
.env_remove("CI")
6
6
.assert()
7
7
.stderr_eq(snapbox::str![[r#"
8
-
Well, this is embarrassing.
9
-
10
8
custom-panic-test had a problem and crashed. To help us diagnose the problem you can send us a crash report.
11
9
12
-
We have generated a report file at "[..].toml". Submit an issue or email with the subject of "custom-panic-test Crash Report" and include the report as an attachment.
10
+
We have generated a report file at "[..]". Submit an issue or email with the subject of "custom-panic-test Crash Report" and include the report as an attachment.
13
11
14
12
- Homepage: www.mycompany.com
15
13
- Authors: My Company Support <support@mycompany.com
Copy file name to clipboardExpand all lines: tests/single-panic/tests/integration.rs
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,9 @@ fn release() {
14
14
.env_remove("CI")
15
15
.assert()
16
16
.stderr_eq(snapbox::str![[r#"
17
-
Well, this is embarrassing.
18
-
19
17
single-panic-test had a problem and crashed. To help us diagnose the problem you can send us a crash report.
20
18
21
-
We have generated a report file at "[..].toml". Submit an issue or email with the subject of "single-panic-test Crash Report" and include the report as an attachment.
19
+
We have generated a report file at "[..]". Submit an issue or email with the subject of "single-panic-test Crash Report" and include the report as an attachment.
22
20
23
21
- Authors: Human Panic Authors <human-panic-crate@example.com>
24
22
@@ -138,8 +136,6 @@ method = "Panic"
138
136
backtrace = [..]
139
137
...
140
138
141
-
Well, this is embarrassing.
142
-
143
139
single-panic-test had a problem and crashed. To help us diagnose the problem you can send us a crash report.
144
140
145
141
- Authors: Human Panic Authors <human-panic-crate@example.com>
0 commit comments