Skip to content

Commit fc54a45

Browse files
committed
XXX: sroting
1 parent 9896991 commit fc54a45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/nvvm/src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,10 +1193,8 @@ mod tests {
11931193
assert_eq!(compute80_variants, vec![NvvmArch::Compute80]);
11941194

11951195
// Architecture with architecture and base variants
1196-
let mut compute90_variants = NvvmArch::Compute90.get_variants();
1197-
compute90_variants.sort_by_key(|v| format!("{:?}", v));
11981196
assert_eq!(
1199-
compute90_variants,
1197+
NvvmArch::Compute90.get_variants(),
12001198
vec![NvvmArch::Compute90, NvvmArch::Compute90a]
12011199
);
12021200

0 commit comments

Comments
 (0)