]> Cypherpunks repositories - gostls13.git/commit
add a type testing.T and use it in tests.
authorRob Pike <r@golang.org>
Wed, 19 Nov 2008 22:38:05 +0000 (14:38 -0800)
committerRob Pike <r@golang.org>
Wed, 19 Nov 2008 22:38:05 +0000 (14:38 -0800)
commit6d30efc77215d97d57330ab2daaac338db388a17
tree1730d4f615a2188091ddbbd363141a06796eeae5
parent165d78717da980eafd3536594c23bea21d9d4acd
add a type testing.T and use it in tests.
update uses of gotest.
minor tweak to testing structure for protobuf.

R=rsc
DELTA=276  (71 added, 75 deleted, 130 changed)
OCL=19614
CL=19621
src/lib/strconv/testatof.go
src/lib/strconv/testatoi.go
src/lib/strconv/testdecimal.go
src/lib/strconv/testfp.go
src/lib/strconv/testftoa.go
src/lib/strconv/testitoa.go
src/lib/testing.go