]> Cypherpunks.ru repositories - gostls13.git/commit
fix bug depot:
authorRob Pike <r@golang.org>
Tue, 12 Aug 2008 05:07:49 +0000 (22:07 -0700)
committerRob Pike <r@golang.org>
Tue, 12 Aug 2008 05:07:49 +0000 (22:07 -0700)
commitbc2f5f1dce1687d0aff0d51ea1b56a5d52aa3891
tree9d0faf1d96579f8c9fb0321586cab7c5149ccdf1
parent7293dab5a9e4d0fb4b66fd76bab2572bbebc050d
fix bug depot:
1) fix print statements, panic statements (parentheses required)
2) len is now allowed as a var name (bug053)

R=gri
OCL=14106
CL=14106
63 files changed:
test/args.go
test/bugs/bug027.go
test/bugs/bug054.go
test/bugs/bug060.go
test/bugs/bug064.go
test/bugs/bug070.go
test/bugs/bug074.go
test/bugs/bug085.go
test/bugs/bug086.go
test/chan/fifo.go
test/chan/nonblock.go
test/chan/powser1.go
test/chan/sieve.go
test/char_lit.go
test/fixedbugs/bug006.go
test/fixedbugs/bug012.go
test/fixedbugs/bug028.go
test/fixedbugs/bug053.go [moved from test/bugs/bug053.go with 100% similarity]
test/fixedbugs/bug067.go
test/fixedbugs/bug082.go
test/fixedbugs/bug084.go
test/float_lit.go
test/fmt.go
test/for.go
test/func.go
test/golden.out
test/helloworld.go
test/if.go
test/if1.go
test/int_lit.go
test/iota.go
test/ken/for.go
test/ken/interfun.go
test/ken/intervar.go
test/ken/label.go
test/ken/litfun.go
test/ken/mfunc.go
test/ken/ptrfun.go
test/ken/ptrvar.go
test/ken/rob1.go
test/ken/rob2.go
test/ken/robfor.go
test/ken/robfunc.go
test/ken/robif.go
test/ken/robiota.go
test/ken/simparray.go
test/ken/simpbool.go
test/ken/simpconv.go
test/ken/simpfun.go
test/ken/simpprint.go
test/ken/simpswitch.go
test/ken/simpvar.go
test/ken/string.go
test/ken/strvar.go
test/literal.go
test/peano.go
test/readfile.go
test/sieve.go
test/simassign.go
test/string_lit.go
test/switch.go
test/turing.go
test/utf.go