aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2021-07-30 11:04:36 -0700
committerJosh Bleecher Snyder <josharian@gmail.com>2021-07-31 23:59:40 +0000
commitb8ca6e59eda969c1d3aed9b0c5bd9e99cf0e7dfe (patch)
tree097e54ad2e68550dc013d7b4c94582699d1db131 /src/runtime
parentb7a85e0003cedb1b48a1fd3ae5b746ec6330102e (diff)
downloadgo-b8ca6e59eda969c1d3aed9b0c5bd9e99cf0e7dfe.tar.gz
go-b8ca6e59eda969c1d3aed9b0c5bd9e99cf0e7dfe.zip
all: gofmt
Change-Id: Icfafcfb62a389d9fd2e7a4d17809486ed91f15c3 Reviewed-on: https://go-review.googlesource.com/c/go/+/338629 Trust: Josh Bleecher Snyder <josharian@gmail.com> Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/export_debug_regabiargs_off_test.go3
-rw-r--r--src/runtime/export_debug_regabiargs_on_test.go3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/runtime/export_debug_regabiargs_off_test.go b/src/runtime/export_debug_regabiargs_off_test.go
index fce37ab4d1..5009003d27 100644
--- a/src/runtime/export_debug_regabiargs_off_test.go
+++ b/src/runtime/export_debug_regabiargs_off_test.go
@@ -3,8 +3,7 @@
// license that can be found in the LICENSE file.
//go:build amd64 && linux && !goexperiment.regabiargs
-// +build amd64,linux
-// +build !goexperiment.regabiargs
+// +build amd64,linux,!goexperiment.regabiargs
package runtime
diff --git a/src/runtime/export_debug_regabiargs_on_test.go b/src/runtime/export_debug_regabiargs_on_test.go
index 3c65127e56..e1b72efd0f 100644
--- a/src/runtime/export_debug_regabiargs_on_test.go
+++ b/src/runtime/export_debug_regabiargs_on_test.go
@@ -3,8 +3,7 @@
// license that can be found in the LICENSE file.
//go:build amd64 && linux && goexperiment.regabiargs
-// +build amd64,linux
-// +build goexperiment.regabiargs
+// +build amd64,linux,goexperiment.regabiargs
package runtime