]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/tests-are-sorted.rs
Rollup merge of #103124 - ldm0:nohard_tests, r=Mark-Simulacrum
[rust.git] / src / test / 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() {}