aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/hash_test.go
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2016-03-18 14:30:00 -0700
committerKeith Randall <khr@golang.org>2016-03-18 21:31:49 +0000
commit377eaa749413c1a9e4bbe9466c45980af67bcfd6 (patch)
tree5588d78d55ddf49e59192731fb2bd0ed4d5378db /src/runtime/hash_test.go
parente97789f7d9c937810c99f556ae1586e16213b744 (diff)
downloadgo-377eaa749413c1a9e4bbe9466c45980af67bcfd6.tar.gz
go-377eaa749413c1a9e4bbe9466c45980af67bcfd6.zip
runtime: add space
Missed this in review of 20812 Change-Id: I01e220499dcd58e1a7205e2a577dd9630a8b7174 Reviewed-on: https://go-review.googlesource.com/20819 Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/runtime/hash_test.go')
-rw-r--r--src/runtime/hash_test.go1
1 files changed, 1 insertions, 0 deletions
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])