Skip to content

Commit

Permalink
Drive-by fix: Update two tests failing in --pass check mode
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Jul 30, 2019
1 parent a86806a commit 2245577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ui/json-multiple.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// build-pass
// ignore-pass (different metadata emitted in different modes)
// compile-flags: --json=diagnostic-short --json artifacts --error-format=json

#![crate_type = "lib"]
1 change: 1 addition & 0 deletions src/test/ui/json-options.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// build-pass
// ignore-pass (different metadata emitted in different modes)
// compile-flags: --json=diagnostic-short,artifacts --error-format=json

#![crate_type = "lib"]

0 comments on commit 2245577

Please sign in to comment.