Commit eecce5f1 authored by Robert Griesemer's avatar Robert Griesemer

- make test work with 6g

R=r
OCL=23821
CL=23823
parent 4f49b88d
......@@ -123,7 +123,7 @@ func f3(a *[]int, m map[string] int) {
var i string;
var x int;
for i, x = range m {
defer println(i, x);
defer Fmt.Println(i, x);
}
}
......
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