aboutsummaryrefslogtreecommitdiff
path: root/test/live_uintptrkeepalive.go
diff options
context:
space:
mode:
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>2023-03-25 17:01:38 -0700
committerGopher Robot <gobot@golang.org>2023-04-11 20:56:32 +0000
commit319b75ed339b9c66d6cc0519a9adc248526c67d7 (patch)
treec5b870570c2d765254ea90ddd9d134a19275aab1 /test/live_uintptrkeepalive.go
parentf7f0d395695933bfe4397e1faf70000454f1193c (diff)
downloadgo-319b75ed339b9c66d6cc0519a9adc248526c67d7.tar.gz
go-319b75ed339b9c66d6cc0519a9adc248526c67d7.zip
all: add wasip1 support
Fixes #58141 Co-authored-by: Richard Musiol <neelance@gmail.com> Co-authored-by: Achille Roussel <achille.roussel@gmail.com> Co-authored-by: Julien Fabre <ju.pryz@gmail.com> Co-authored-by: Evan Phoenix <evan@phx.io> Change-Id: I49b66946acc90fdf09ed9223096bfec9a1e5b923 Reviewed-on: https://go-review.googlesource.com/c/go/+/479627 Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com> Auto-Submit: Ian Lance Taylor <iant@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Bypass: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'test/live_uintptrkeepalive.go')
-rw-r--r--test/live_uintptrkeepalive.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/live_uintptrkeepalive.go b/test/live_uintptrkeepalive.go
index e39e31f77f..566734e505 100644
--- a/test/live_uintptrkeepalive.go
+++ b/test/live_uintptrkeepalive.go
@@ -1,6 +1,6 @@
// errorcheck -0 -m -live -std
-// +build !windows,!js
+// +build !windows,!js,!wasip1
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style