1
0
mirror of https://github.com/golang/go synced 2024-11-12 05:40:22 -07:00

exp/ssa/interp: disable interp_test on non-POSIX.

R=gri, rsc
CC=golang-dev
https://golang.org/cl/7422051
This commit is contained in:
Alan Donovan 2013-03-01 13:17:13 -05:00
parent ba1d5571db
commit be6e82e30b

View File

@ -1,3 +1,5 @@
// +build !windows,!plan9
package interp_test
import (