We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a1997 commit 0918586Copy full SHA for 0918586
1 file changed
tests/json.rs
@@ -207,3 +207,8 @@ fn json_output_json_input() {
207
.expect("wait for the command with --json-output to terminate");
208
assert!(json_output_status.success());
209
}
210
+
211
+#[test]
212
+fn failing() {
213
+ panic!("this test fails");
214
+}
0 commit comments