test: fix mapnan.go build tag

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/8491044
This commit is contained in:
Brad Fitzpatrick 2013-04-08 00:09:35 -07:00
parent 20e05303fe
commit 1d729b7f59

View file

@ -1,4 +1,4 @@
// +build darwin,linux
// +build darwin linux
// run
// Copyright 2013 The Go Authors. All rights reserved.