diff options
Diffstat (limited to 'libgo/go/testing/run_example_js.go')
-rw-r--r-- | libgo/go/testing/run_example_js.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/testing/run_example_js.go b/libgo/go/testing/run_example_js.go index 1d4164b61f9..d914633ba91 100644 --- a/libgo/go/testing/run_example_js.go +++ b/libgo/go/testing/run_example_js.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 js // +build js package testing |