aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/export_test.go')
-rw-r--r--src/runtime/export_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/export_test.go b/src/runtime/export_test.go
index e7279564e3..01fd1dbd97 100644
--- a/src/runtime/export_test.go
+++ b/src/runtime/export_test.go
@@ -198,7 +198,7 @@ func MemclrBytes(b []byte) {
memclrNoHeapPointers(s.array, uintptr(s.len))
}
-var HashLoad = &hashLoad
+const HashLoad = hashLoad
// entry point for testing
func GostringW(w []uint16) (s string) {