File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
compiler/rustc_data_structures/src/stable_hasher Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ fn test_hash_integers() {
39
39
test_isize. hash ( & mut h) ;
40
40
41
41
// This depends on the hashing algorithm. See note at top of file.
42
- let expected = ( 1784307454142909076 , 11471672289340283879 ) ;
42
+ let expected = ( 13997337031081104755 , 6178945012502239489 ) ;
43
43
44
44
assert_eq ! ( h. finalize( ) , expected) ;
45
45
}
@@ -53,7 +53,7 @@ fn test_hash_usize() {
53
53
test_usize. hash ( & mut h) ;
54
54
55
55
// This depends on the hashing algorithm. See note at top of file.
56
- let expected = ( 5798740672699530587 , 11186240177685111648 ) ;
56
+ let expected = ( 12037165114281468837 , 3094087741167521712 ) ;
57
57
58
58
assert_eq ! ( h. finalize( ) , expected) ;
59
59
}
@@ -67,7 +67,7 @@ fn test_hash_isize() {
67
67
test_isize. hash ( & mut h) ;
68
68
69
69
// This depends on the hashing algorithm. See note at top of file.
70
- let expected = ( 2789913510339652884 , 674280939192711005 ) ;
70
+ let expected = ( 3979067582695659080 , 2322428596355037273 ) ;
71
71
72
72
assert_eq ! ( h. finalize( ) , expected) ;
73
73
}
You can’t perform that action at this time.
0 commit comments