Use unstable sort for theme test

This commit is contained in:
sharkdp 2021-01-09 19:16:07 +01:00 committed by David Peter
parent 73d14f4655
commit 6d27df3b77
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ fn all_themes_are_present() {
let assets = HighlightingAssets::from_binary(); let assets = HighlightingAssets::from_binary();
let mut themes: Vec<_> = assets.themes().collect(); let mut themes: Vec<_> = assets.themes().collect();
themes.sort(); themes.sort_unstable();
assert_eq!( assert_eq!(
themes, themes,