test wasn't being run. it works fine.

SVN=125179
This commit is contained in:
Rob Pike 2008-06-27 14:25:50 -07:00
parent 34cb7c299e
commit e95481a938

View File

@ -20,6 +20,7 @@ func Alloc(i int) int {
func main() {
s := Alloc(7);
if s != 5 { panic "bad" }
}
/*