Skip to content

Commit 11aa731

Browse files
committed
auto merge of #14368 : tedhorst/rust/master, r=alexcrichton
2 parents 53db981 + 2571d42 commit 11aa731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/hash/sip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ officia deserunt mollit anim id est laborum.";
645645
y: 2,
646646
};
647647
b.iter(|| {
648-
assert_eq!(hash(&compound), 15783192367317361799);
648+
assert_eq!(hash(&compound), 12506681940457338191);
649649
})
650650
}
651651
}

0 commit comments

Comments
 (0)