mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
net: clean the dregs of NaCL merge
LGTM=iant, aram, dave R=golang-codereviews, iant, aram, dave CC=golang-codereviews https://golang.org/cl/68770044
This commit is contained in:
parent
36013e4a22
commit
1b135172df
3 changed files with 2 additions and 3 deletions
|
|
@ -181,7 +181,7 @@ var filePacketConnTests = []struct {
|
|||
|
||||
func TestFilePacketConn(t *testing.T) {
|
||||
switch runtime.GOOS {
|
||||
case "plan9", "windows", "nacl":
|
||||
case "nacl", "plan9", "windows":
|
||||
t.Skipf("skipping test on %q", runtime.GOOS)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue