diff options
Diffstat (limited to 'test/fixedbugs')
| -rw-r--r-- | test/fixedbugs/issue30908.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue30908.go b/test/fixedbugs/issue30908.go index 98dd641066..c7679e2ba2 100644 --- a/test/fixedbugs/issue30908.go +++ b/test/fixedbugs/issue30908.go @@ -4,6 +4,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build !nacl && !js +//go:build !nacl && !js && !wasip1 package ignored |
