diff options
Diffstat (limited to 'libgo/go/net/server_test.go')
-rw-r--r-- | libgo/go/net/server_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/net/server_test.go b/libgo/go/net/server_test.go index 2e998e23a8a..1608bebb00c 100644 --- a/libgo/go/net/server_test.go +++ b/libgo/go/net/server_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 !js + package net import ( |