Skip to content

Commit 0918586

Browse files
committed
dbg: fail a test
1 parent f1a1997 commit 0918586

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/json.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,8 @@ fn json_output_json_input() {
207207
.expect("wait for the command with --json-output to terminate");
208208
assert!(json_output_status.success());
209209
}
210+
211+
#[test]
212+
fn failing() {
213+
panic!("this test fails");
214+
}

0 commit comments

Comments
 (0)