aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue10958.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue10958.go')
-rw-r--r--test/fixedbugs/issue10958.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fixedbugs/issue10958.go b/test/fixedbugs/issue10958.go
index 52487fb9bd..d0b39587bb 100644
--- a/test/fixedbugs/issue10958.go
+++ b/test/fixedbugs/issue10958.go
@@ -1,6 +1,7 @@
-// +build !nacl,!js,disabled_see_issue_18589
// buildrun -t 10 -gcflags=-d=ssa/insert_resched_checks/on,ssa/check/on
+//go:build !nacl && !js && disabled_see_issue_18589
+
// 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.