diff options
Diffstat (limited to 'test/fixedbugs/bug385_32.go')
| -rw-r--r-- | test/fixedbugs/bug385_32.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fixedbugs/bug385_32.go b/test/fixedbugs/bug385_32.go index 73a1311f32..d9314c7e5d 100644 --- a/test/fixedbugs/bug385_32.go +++ b/test/fixedbugs/bug385_32.go @@ -1,6 +1,7 @@ -// +build 386 amd64p32 arm // errorcheck +//go:build 386 || amd64p32 || arm + // Copyright 2011 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. |
