]> Cypherpunks repositories - gostls13.git/commit
runtime: remove runtime.Add testing function
authorAustin Clements <austin@google.com>
Tue, 27 Jun 2023 02:34:05 +0000 (22:34 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 21 Aug 2023 20:20:01 +0000 (20:20 +0000)
commit01cad815a1c3c48d54b3cbbfc9f599f5f91918fe
tree9bc13af5c9877d60c2628bab3252ab1cc7928dc6
parent38a0c5bdb4ab0175a089d907aa62e30f1046816c
runtime: remove runtime.Add testing function

Replace with unsafe.Add.

Change-Id: Ic5c155349dadc51457119b3c05ab717cdfd26c95
Reviewed-on: https://go-review.googlesource.com/c/go/+/521176
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Austin Clements <austin@google.com>
Auto-Submit: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/export_linux_test.go
src/runtime/runtime_linux_test.go