aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/crash_nonunix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/crash_nonunix_test.go')
-rw-r--r--src/runtime/crash_nonunix_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/crash_nonunix_test.go b/src/runtime/crash_nonunix_test.go
index 06c197ec2b..5f61476f21 100644
--- a/src/runtime/crash_nonunix_test.go
+++ b/src/runtime/crash_nonunix_test.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build windows || plan9 || (js && wasm)
// +build windows plan9 js,wasm
package runtime_test