summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2021-01-09 19:16:07 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-09 19:43:39 +0100
commit6d27df3b7721f0c9e8b00a50d454c2082664da12 (patch)
tree7911ce486e1f77f6a45cced1d03df0440034922b /tests
parent73d14f4655780a4eba0f0664fb7d1e094d885a90 (diff)
Use unstable sort for theme test
Diffstat (limited to 'tests')
-rw-r--r--tests/assets.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/assets.rs b/tests/assets.rs
index d5de9015..fc01d9e8 100644
--- a/tests/assets.rs
+++ b/tests/assets.rs
@@ -8,7 +8,7 @@ fn all_themes_are_present() {
let assets = HighlightingAssets::from_binary();
let mut themes: Vec<_> = assets.themes().collect();
- themes.sort();
+ themes.sort_unstable();
assert_eq!(
themes,