Use unstable sort for theme test

pull/1495/head
sharkdp 4 years ago committed by David Peter
parent 73d14f4655
commit 6d27df3b77

@ -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,

Loading…
Cancel
Save