mirror of
https://github.com/golang/go
synced 2024-11-13 14:10:22 -07:00
test wasn't being run. it works fine.
SVN=125179
This commit is contained in:
parent
34cb7c299e
commit
e95481a938
@ -20,6 +20,7 @@ func Alloc(i int) int {
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
s := Alloc(7);
|
s := Alloc(7);
|
||||||
|
if s != 5 { panic "bad" }
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user