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