about summary refs log tree commit diff
path: root/tests/ui/feature-gates/test-listing-format-json.rs
blob: 628374c1f5b9e256c89f9a3f1ada301d3db5849c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//@ no-prefer-dynamic
//@ compile-flags: --test
//@ run-flags: --list --format json -Zunstable-options
//@ run-fail
//@ check-run-results
//@ ignore-nightly
//@ unset-exec-env:RUSTC_BOOTSTRAP

#![cfg(test)]
#[test]
fn m_test() {}

#[test]
#[ignore = "not yet implemented"]
fn z_test() {}

#[test]
fn a_test() {}