blob: 7512e54650427296a40492b12d24fb66a145c670 [file] [log] [blame]
//@ no-prefer-dynamic
//@ compile-flags: --test
//@ run-flags: --list --format json
//@ run-fail
//@ check-run-results
// Checks that --format json does not work without -Zunstable-options.
#![cfg(test)]
#[test]
fn m_test() {}
#[test]
#[ignore = "not yet implemented"]
fn z_test() {}
#[test]
fn a_test() {}