From: Keith Randall Date: Fri, 18 Mar 2016 21:30:00 +0000 (-0700) Subject: runtime: add space X-Git-Tag: go1.7beta1~1219 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=377eaa749413c1a9e4bbe9466c45980af67bcfd6;p=gostls13.git runtime: add space Missed this in review of 20812 Change-Id: I01e220499dcd58e1a7205e2a577dd9630a8b7174 Reviewed-on: https://go-review.googlesource.com/20819 Reviewed-by: Keith Randall --- diff --git a/src/runtime/hash_test.go b/src/runtime/hash_test.go index 0022fd39a5..96ed68247e 100644 --- a/src/runtime/hash_test.go +++ b/src/runtime/hash_test.go @@ -671,6 +671,7 @@ func BenchmarkAlignedLoad(b *testing.B) { } sink = s } + func BenchmarkUnalignedLoad(b *testing.B) { var buf [16]byte p := unsafe.Pointer(&buf[1])