diff options
Diffstat (limited to 'test/fixedbugs/issue21576.go')
| -rw-r--r-- | test/fixedbugs/issue21576.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fixedbugs/issue21576.go b/test/fixedbugs/issue21576.go index b7a32f07ac..ae6161ccf5 100644 --- a/test/fixedbugs/issue21576.go +++ b/test/fixedbugs/issue21576.go @@ -1,6 +1,7 @@ -// +build !nacl,!js // run +// +build !nacl,!js + // Copyright 2019 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. |
