rust/src/test/ui/emit-artifact-notifications.rs
Val Markovic 2155adbc3a Moving more build-pass tests to check-pass
One or two tests became build-pass without the FIXME because they really
needed build-pass (were failing without it).

Helps with #62277
2020-04-23 20:21:38 -07:00

9 lines
264 B
Rust

// compile-flags:--emit=metadata --error-format=json --json artifacts
// build-pass
// ignore-pass
// ^-- needed because `--pass check` does not emit the output needed.
// A very basic test for the emission of artifact notifications in JSON output.
fn main() {}