diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2025-02-03 19:15:37 +0000 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2025-02-03 19:43:24 +0000 |
| commit | 62d0771ad43cd0b04e0d790dd64e35f702d4637a (patch) | |
| tree | 1d4df1c71e15f4b513c0116304033aeb7a885385 /tests/ui/json/json-multiple.rs | |
| parent | 6825f176d657df5d73287c71421aef10c5b23e89 (diff) | |
| download | rust-62d0771ad43cd0b04e0d790dd64e35f702d4637a.tar.gz rust-62d0771ad43cd0b04e0d790dd64e35f702d4637a.zip | |
fix `json-*.rs` and `E0462` tests for compare-modes
Diffstat (limited to 'tests/ui/json/json-multiple.rs')
| -rw-r--r-- | tests/ui/json/json-multiple.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/json/json-multiple.rs b/tests/ui/json/json-multiple.rs index 296a60d2453..8ad57939d5d 100644 --- a/tests/ui/json/json-multiple.rs +++ b/tests/ui/json/json-multiple.rs @@ -1,5 +1,6 @@ //@ build-pass //@ ignore-pass (different metadata emitted in different modes) //@ compile-flags: --json=diagnostic-short --json artifacts --error-format=json +//@ normalize-stderr: "json-multiple\..+/libjson_multiple.rlib" -> "json-multiple/libjson_multiple.rlib" #![crate_type = "lib"] |
