commit | ae54cf73cafad51188863dc5eada1b9d6c4d6a95 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Sep 15 12:42:24 2009 -0700 |
committer | Russ Cox <rsc@golang.org> | Tue Sep 15 12:42:24 2009 -0700 |
tree | 8e115ff2eb9c4f2040c2c1b69dc50de1d874981d | |
parent | 8cb9184d7ff869ad4ddd3174cb301bc88db15178 [diff] [blame] |
last round: non-package code R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650
diff --git a/test/mallocrep1.go b/test/mallocrep1.go index e78a9ce..2f9900d 100644 --- a/test/mallocrep1.go +++ b/test/mallocrep1.go
@@ -87,7 +87,7 @@ } func atoi(s string) int { - i, xx1 := strconv.Atoi(s); + i, _ := strconv.Atoi(s); return i }