blob: b8e7b12b28427d7e6196c1772de0edf713934a08 [file] [log] [blame]
//@ no-prefer-dynamic
//@ compile-flags: --test
//@ run-flags: --list --format terse
//@ run-pass
//@ check-run-results
// Checks the listing of tests with --format terse.
#![cfg(test)]
#[test]
fn m_test() {}
#[test]
#[ignore = "not yet implemented"]
fn z_test() {}
#[test]
fn a_test() {}