aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_debug_regabiargs_off_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/export_debug_regabiargs_off_test.go')
-rw-r--r--src/runtime/export_debug_regabiargs_off_test.go3
1 files changed, 1 insertions, 2 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