summaryrefslogtreecommitdiffstats
path: root/tests/pretty/tests-are-sorted.rs
blob: 39e0922250b8d0c02e36d4b8278a376fbea060e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// compile-flags: --crate-type=lib --test --remap-path-prefix={{src-base}}/=/the/src/ --remap-path-prefix={{src-base}}\=/the/src/
// pretty-compare-only
// pretty-mode:expanded
// pp-exact:tests-are-sorted.pp

#[test]
fn m_test() {}

#[test]
#[ignore = "not yet implemented"]
fn z_test() {}

#[test]
fn a_test() {}