]> git.proxmox.com Git - rustc.git/blame - tests/ui/test-attrs/tests-listing-format-terse.rs
Update upstream source from tag 'upstream/1.70.0+dfsg1'
[rustc.git] / tests / ui / test-attrs / tests-listing-format-terse.rs
CommitLineData
353b0b11
FG
1// no-prefer-dynamic
2// compile-flags: --test
3// run-flags: --list --format terse
4// run-pass
5// check-run-results
6
7// Checks the listing of tests with --format terse.
8
9#![cfg(test)]
10#[test]
11fn m_test() {}
12
13#[test]
14#[ignore = "not yet implemented"]
15fn z_test() {}
16
17#[test]
18fn a_test() {}