Rémy Oudompheng
|
2ece2f58ee
|
test: use testlib (another bunch).
Apply sed with:
1s,^// $G $D/$F.go && $L $F.$A && ./$A.out || echo.*,// run,
1s,^// $G $D/$F.go || echo.*,// compile,
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5656099
|
2012-02-18 22:15:42 +01:00 |
|
Brad Fitzpatrick
|
040fe32119
|
test: don't use package main for files without a main function
Part of issue 2833, but works fine with current test runner.
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5606056
|
2012-02-03 11:43:24 -08:00 |
|
Russ Cox
|
1a3198907b
|
fix "declared and not used" in tests;
also template/template.go, missed last time.
R=r
DELTA=116 (61 added, 10 deleted, 45 changed)
OCL=34620
CL=34622
|
2009-09-14 21:03:53 -07:00 |
|
Russ Cox
|
08ca30bbfa
|
change *map to map; *chan to chan; new(T) to new(*T)
fix bugs left over from *[] to [] conversion.
TBR=r
OCL=21576
CL=21581
|
2008-12-19 03:05:37 -08:00 |
|
Robert Griesemer
|
bce1c3f09a
|
- added 2 bugs tests
SVN=128056
|
2008-07-18 12:26:48 -07:00 |
|