mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
14 lines
193 B
Rust
14 lines
193 B
Rust
// compile-flags: --crate-type=lib --test
|
|
// pretty-compare-only
|
|
// pretty-mode:expanded
|
|
// pp-exact:tests-are-sorted.pp
|
|
|
|
#[test]
|
|
fn m_test() {}
|
|
|
|
#[test]
|
|
fn z_test() {}
|
|
|
|
#[test]
|
|
fn a_test() {}
|