]> Cypherpunks repositories - gostls13.git/commit
go/test/bench/go1: add printf and time format tests
authorRob Pike <r@golang.org>
Tue, 12 Mar 2013 00:17:25 +0000 (17:17 -0700)
committerRob Pike <r@golang.org>
Tue, 12 Mar 2013 00:17:25 +0000 (17:17 -0700)
commit05403fa8fbfe1c6e44e1b015a6e990af11c81dfd
tree14b1891a4e5dd6764718cf79fa5a0163e8b340ff
parent79d06d7286eb5ec3089f19dbf8542803007cd4c7
go/test/bench/go1: add printf and time format tests
Also rename the go parser test to GoParse so it doesn't grab the globally useful Parse name.

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/7732044
test/bench/go1/fmt_test.go [new file with mode: 0644]
test/bench/go1/parser_test.go
test/bench/go1/time_test.go [new file with mode: 0644]