mirror of https://github.com/golang/go.git
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:
parent
ba1d5571db
commit
be6e82e30b
|
|
@ -1,3 +1,5 @@
|
|||
// +build !windows,!plan9
|
||||
|
||||
package interp_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in New Issue