diff options
| author | Russ Cox <rsc@golang.org> | 2009-01-15 17:22:17 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-01-15 17:22:17 -0800 |
| commit | 8a7cbadbbe9768ccd7480bb11e35454e39ef2bdd (patch) | |
| tree | 14ada4cb02c131a6c1a3539acdae6c729b3fb307 /test/mallocrep1.go | |
| parent | 74a60ed08a2581279bef3cccfb9043196c865f80 (diff) | |
| download | go-8a7cbadbbe9768ccd7480bb11e35454e39ef2bdd.tar.xz | |
convert strconv
R=r
DELTA=568 (0 added, 9 deleted, 559 changed)
OCL=22898
CL=22901
Diffstat (limited to 'test/mallocrep1.go')
| -rw-r--r-- | test/mallocrep1.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mallocrep1.go b/test/mallocrep1.go index 8c90ee94e4..5ae742b4c7 100644 --- a/test/mallocrep1.go +++ b/test/mallocrep1.go @@ -87,7 +87,7 @@ func AllocAndFree(size, count int) { } func atoi(s string) int { - i, xx1 := strconv.atoi(s); + i, xx1 := strconv.Atoi(s); return i } |
