1
0
mirror of https://github.com/golang/go synced 2024-11-11 19:51:37 -07:00

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" }
}
/*