rust/tests/pretty/tests-are-sorted.rs
2023-01-11 09:32:08 +00:00

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() {}