Skip to content

Commit 40a1ee8

Browse files
authored
add failure-status: 1 to the test
1 parent dc9128f commit 40a1ee8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-fail/rfc-1937-termination-trait/termination-trait-for-str.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// error-pattern: An error message for you
12+
// failure-status: 1
1213

1314
fn main() -> Result<(), &'static str> {
1415
Err("An error message for you")

0 commit comments

Comments
 (0)