aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_pipe_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/export_pipe_test.go')
-rw-r--r--src/runtime/export_pipe_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/export_pipe_test.go b/src/runtime/export_pipe_test.go
index 82032e6bfb..a0c6c0440d 100644
--- a/src/runtime/export_pipe_test.go
+++ b/src/runtime/export_pipe_test.go
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build aix || darwin || dragonfly
-// +build aix darwin dragonfly
+//go:build aix || darwin
+// +build aix darwin
package runtime