about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTed Horst <ted.horst@earthlink.net>2014-05-22 23:07:57 -0500
committerTed Horst <ted.horst@earthlink.net>2014-05-22 23:07:57 -0500
commit2571d42241f5abeca64516c4bde00c32caf3e8e1 (patch)
tree4d8945e937f68674e2af3787726507131977a153
parent87ad19eb78239707f1ceed43e475c6aa052efdbc (diff)
downloadrust-2571d42241f5abeca64516c4bde00c32caf3e8e1.tar.gz
rust-2571d42241f5abeca64516c4bde00c32caf3e8e1.zip
updated hash value in reduced benchmark
-rw-r--r--src/libstd/hash/sip.rs2
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);
         })
     }
 }