aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/stop_other_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/stop_other_test.go')
-rw-r--r--src/cmd/go/stop_other_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/cmd/go/stop_other_test.go b/src/cmd/go/stop_other_test.go
index e1cc6cf8ba..35c12858c1 100644
--- a/src/cmd/go/stop_other_test.go
+++ b/src/cmd/go/stop_other_test.go
@@ -3,15 +3,6 @@
// license that can be found in the LICENSE file.
//go:build !(aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris)
-// +build !aix
-// +build !darwin
-// +build !dragonfly
-// +build !freebsd
-// +build !js !wasm
-// +build !linux
-// +build !netbsd
-// +build !openbsd
-// +build !solaris
package main_test