From 377eaa749413c1a9e4bbe9466c45980af67bcfd6 Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Fri, 18 Mar 2016 14:30:00 -0700 Subject: [PATCH] runtime: add space Missed this in review of 20812 Change-Id: I01e220499dcd58e1a7205e2a577dd9630a8b7174 Reviewed-on: https://go-review.googlesource.com/20819 Reviewed-by: Keith Randall --- src/runtime/hash_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/hash_test.go b/src/runtime/hash_test.go index 0022fd39a5f..96ed68247e6 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])