Commit e95481a9 authored by Rob Pike's avatar Rob Pike

test wasn't being run. it works fine.

SVN=125179
parent 34cb7c29
......@@ -20,6 +20,7 @@ func Alloc(i int) int {
func main() {
s := Alloc(7);
if s != 5 { panic "bad" }
}
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment