]> git.lizzy.rs Git - rust.git/blob - tests/pretty/tests-are-sorted.rs
Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco
[rust.git] / tests / pretty / tests-are-sorted.rs
1 // compile-flags: --crate-type=lib --test
2 // pretty-compare-only
3 // pretty-mode:expanded
4 // pp-exact:tests-are-sorted.pp
5
6 #[test]
7 fn m_test() {}
8
9 #[test]
10 fn z_test() {}
11
12 #[test]
13 fn a_test() {}