diff options
| author | bors <bors@rust-lang.org> | 2014-05-23 14:56:24 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-05-23 14:56:24 -0700 |
| commit | 11aa731b387d1210e239e64aec8ee7e6db9e5faa (patch) | |
| tree | fa5a0af5dae559bc38aacaac1a6b4ac9968f230c /src/libstd | |
| parent | 53db981148eb359f63ecfe4cf9815b5ed0da8f3f (diff) | |
| parent | 2571d42241f5abeca64516c4bde00c32caf3e8e1 (diff) | |
| download | rust-11aa731b387d1210e239e64aec8ee7e6db9e5faa.tar.gz rust-11aa731b387d1210e239e64aec8ee7e6db9e5faa.zip | |
auto merge of #14368 : tedhorst/rust/master, r=alexcrichton
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/hash/sip.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/hash/sip.rs b/src/libstd/hash/sip.rs index 1434e3c7ad7..d7dae94cf16 100644 --- a/src/libstd/hash/sip.rs +++ b/src/libstd/hash/sip.rs @@ -645,7 +645,7 @@ officia deserunt mollit anim id est laborum."; y: 2, }; b.iter(|| { - assert_eq!(hash(&compound), 15783192367317361799); + assert_eq!(hash(&compound), 12506681940457338191); }) } } |
