diff options
Diffstat (limited to 'src/os/rawconn_test.go')
-rw-r--r-- | src/os/rawconn_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/rawconn_test.go b/src/os/rawconn_test.go index 820150d959..2554f5b087 100644 --- a/src/os/rawconn_test.go +++ b/src/os/rawconn_test.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // Test use of raw connections. -// +build !plan9,!nacl,!js +// +build !plan9,!js package os_test |