aboutsummaryrefslogtreecommitdiff
path: root/src/testing/run_example.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/run_example.go')
-rw-r--r--src/testing/run_example.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testing/run_example.go b/src/testing/run_example.go
index d9e342d495..e7eab1e50e 100644
--- a/src/testing/run_example.go
+++ b/src/testing/run_example.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build !js
-// +build !js
// TODO(@musiol, @odeke-em): re-unify this entire file back into
// example.go when js/wasm gets an os.Pipe implementation