Skip to content

Commit ef7ef05

Browse files
committed
Drive-by fix: Update two tests failing in --pass check mode
1 parent 73dae4e commit ef7ef05

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: src/test/ui/json-multiple.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// build-pass
2+
// ignore-pass (different metadata emitted in different modes)
23
// compile-flags: --json=diagnostic-short --json artifacts --error-format=json
34

45
#![crate_type = "lib"]

Diff for: src/test/ui/json-options.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// build-pass
2+
// ignore-pass (different metadata emitted in different modes)
23
// compile-flags: --json=diagnostic-short,artifacts --error-format=json
34

45
#![crate_type = "lib"]

0 commit comments

Comments
 (0)