aboutsummaryrefslogtreecommitdiff
path: root/test/phiopt.go
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2024-03-30 04:27:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-30 04:27:34 +0000
commit7f0f1006d8d84a601a9abe08a01c655d32401959 (patch)
tree46078ecd5e3b15e29899cc59722279d0d850c60a /test/phiopt.go
parent278e43da00640f7005cfff1519f51be476ebc388 (diff)
parentac5387b8c64e817fdad843e56596bf6c1acbbf2d (diff)
downloadlinux-x86-master.tar.gz
Merge "Update linux-x86 Go prebuilts from ab/11641791" into mainHEADmastermain
Diffstat (limited to 'test/phiopt.go')
-rw-r--r--test/phiopt.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/phiopt.go b/test/phiopt.go
index e04373eb7..9e21bfdba 100644
--- a/test/phiopt.go
+++ b/test/phiopt.go
@@ -1,6 +1,7 @@
-// +build amd64 s390x arm64
// errorcheck -0 -d=ssa/phiopt/debug=3
+//go:build amd64 || s390x || arm64
+
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.