summaryrefslogtreecommitdiffstats
path: root/tests/pretty/tests-are-sorted.rs
blob: 1f737d54719301bf43c56b4379b4b9d29e316b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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() {}