folly: ubsan: HashTest: avoid invalid shift (sanitize=shift)
authorLucian Grijincu <lucian@fb.com>
Mon, 1 Feb 2016 19:45:53 +0000 (11:45 -0800)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Mon, 1 Feb 2016 20:20:26 +0000 (12:20 -0800)
commit45bedee32085fb6befb59d49cae3d3281394724b
tree014a2bd7568d989fc19620dfc73ffb6885a9a533
parent9cbe74a31771f816da0ac2b9016e2a20d1398fd8
folly: ubsan: HashTest: avoid invalid shift (sanitize=shift)

Summary:
  [ RUN      ] Hash.TWang_Unmix64
  folly/test/HashTest.cpp:125:20: runtime error: shift exponent 32 is too large for 32-bit type 'unsigned int'

Reviewed By: philippv

Differential Revision: D2886144

fb-gh-sync-id: 8d7963c087c9db34b08c07451d35e5568c750520
folly/test/HashTest.cpp