Skip to content

Commit

Permalink
(DO NOT MERGE) What on earth is happening?
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Jun 21, 2024
1 parent 28f2536 commit 56899a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/meta/check-run-stdout-is-json-lines.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fn main() {

if cfg!(bad_list) {
println!(r#"[ "this is invalid json", ]"#);
panic!("@@ OH HO HO @@");
}
if cfg!(bad_obj) {
println!(r#"{{ "key": "this is invalid json", }}"#);
Expand Down

0 comments on commit 56899a2

Please sign in to comment.