Keep the original completion order in tests

This commit is contained in:
Kirill Bulatov 2020-12-19 13:18:40 +02:00
parent 5fa078f26f
commit 8c292e3cc5
12 changed files with 199 additions and 200 deletions

View file

@ -105,9 +105,9 @@ mod tests {
}
"#,
expect![[r#"
sn macro_rules
sn tfn (Test function)
sn tmod (Test module)
sn tfn (Test function)
sn macro_rules
"#]],
)
}