commit | 8a7cbadbbe9768ccd7480bb11e35454e39ef2bdd | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Thu Jan 15 17:22:17 2009 -0800 |
committer | Russ Cox <rsc@golang.org> | Thu Jan 15 17:22:17 2009 -0800 |
tree | 14ada4cb02c131a6c1a3539acdae6c729b3fb307 | |
parent | 74a60ed08a2581279bef3cccfb9043196c865f80 [diff] [blame] |
convert strconv R=r DELTA=568 (0 added, 9 deleted, 559 changed) OCL=22898 CL=22901
diff --git a/test/mallocrep1.go b/test/mallocrep1.go index 8c90ee9..5ae742b 100644 --- a/test/mallocrep1.go +++ b/test/mallocrep1.go
@@ -87,7 +87,7 @@ } func atoi(s string) int { - i, xx1 := strconv.atoi(s); + i, xx1 := strconv.Atoi(s); return i }