mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-24 12:54:00 +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() {}
|