From: Brad Fitzpatrick Date: Mon, 8 Apr 2013 07:09:35 +0000 (-0700) Subject: test: fix mapnan.go build tag X-Git-Tag: go1.1rc2~139 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1d729b7f59f4fdd7292c1aeecdfb2b2c951b631a;p=gostls13.git test: fix mapnan.go build tag R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/8491044 --- diff --git a/test/mapnan.go b/test/mapnan.go index 8974540026..60b35fbeaf 100644 --- a/test/mapnan.go +++ b/test/mapnan.go @@ -1,4 +1,4 @@ -// +build darwin,linux +// +build darwin linux // run // Copyright 2013 The Go Authors. All rights reserved.