diff options
| author | Rob Pike <r@golang.org> | 2010-09-04 10:36:13 +1000 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2010-09-04 10:36:13 +1000 |
| commit | 4f61fc96b2788be7cbfc6f7a72acef3d3feeeb6c (patch) | |
| tree | 094ba2238e5596358b6ae4db5789c7d1fee4ecb7 /test/mallocrep.go | |
| parent | cd8f4cd2068964bfa12e10cd094d41ddd725af4f (diff) | |
| download | go-4f61fc96b2788be7cbfc6f7a72acef3d3feeeb6c.tar.xz | |
test: remove semiocolons.
The ken directory is untouched so we have some examples with explicit semis.
R=gri
CC=golang-dev
https://golang.org/cl/2157041
Diffstat (limited to 'test/mallocrep.go')
| -rw-r--r-- | test/mallocrep.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mallocrep.go b/test/mallocrep.go index 2357d83753..b0e0e8f1a3 100644 --- a/test/mallocrep.go +++ b/test/mallocrep.go @@ -59,7 +59,7 @@ func main() { if *chatty { println("Primed", i) } - // runtime.frozen = true; + // runtime.frozen = true } } } |
