summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortanjent@gmail.com <tanjent@gmail.com@77a7d1d3-4c08-bdc2-d393-d5859734b01a>2011-02-28 06:06:41 +0000
committertanjent@gmail.com <tanjent@gmail.com@77a7d1d3-4c08-bdc2-d393-d5859734b01a>2011-02-28 06:06:41 +0000
commit1d160f0d4e28fd329f36dee1998073b0ef4e9a2e (patch)
treecb1ba29790f0a635572a906180699bc67886d873
parentbabb553380f2d223ebc4730830233c5d224963e8 (diff)
downloadsrc-1d160f0d4e28fd329f36dee1998073b0ef4e9a2e.tar.gz
test murmur3a by default
git-svn-id: http://smhasher.googlecode.com/svn/trunk@77 77a7d1d3-4c08-bdc2-d393-d5859734b01a
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 36636ea..4fe99cf 100644
--- a/main.cpp
+++ b/main.cpp
@@ -569,7 +569,7 @@ int main ( int argc, char ** argv )
//testHash("murmur2B");
//testHash("murmur2C");
- //testHash("murmur3a");
+ testHash("murmur3a");
//testHash("murmur3b");
//testHash("murmur3c");