浏览代码

internal/netreflect: fix test on NaCl and Plan 9

Change-Id: Ia8bc87d0398951d7be74779279dca177f499d293
Reviewed-on: https://go-review.googlesource.com/36377
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Mikio Hara 8 年之前
父节点
当前提交
236b8f043b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      internal/netreflect/socket_test.go

+ 2 - 0
internal/netreflect/socket_test.go

@@ -2,6 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows
+
 package netreflect_test
 
 import (