2024-02-16 20:02:50 +00:00
|
|
|
//@ compile-flags:--emit=metadata --error-format=json --json artifacts
|
|
|
|
|
//@ build-pass
|
|
|
|
|
//@ ignore-pass
|
2019-06-12 22:55:38 +02:00
|
|
|
// ^-- needed because `--pass check` does not emit the output needed.
|
2019-05-02 05:06:33 +03:00
|
|
|
|
|
|
|
|
// A very basic test for the emission of artifact notifications in JSON output.
|
|
|
|
|
|
|
|
|
|
fn main() {}
|