]> Cypherpunks repositories - gostls13.git/commit
test: don't use package main for files without a main function
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 3 Feb 2012 19:43:24 +0000 (11:43 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 3 Feb 2012 19:43:24 +0000 (11:43 -0800)
commit040fe32119580cbb480d38dec8cfffd06d2dbf3a
tree31379ecee9be153925fea91eefa988b7c2d1f635
parent10f1b6a0744bac6af16c72a48448027e7041ea25
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
20 files changed:
test/eof1.go
test/fixedbugs/bug063.go
test/fixedbugs/bug066.go
test/fixedbugs/bug071.go
test/fixedbugs/bug109.go
test/fixedbugs/bug118.go
test/fixedbugs/bug150.go
test/fixedbugs/bug151.go
test/fixedbugs/bug219.go
test/fixedbugs/bug232.go
test/fixedbugs/bug233.go
test/fixedbugs/bug235.go
test/fixedbugs/bug250.go
test/fixedbugs/bug267.go
test/fixedbugs/bug283.go
test/fixedbugs/bug309.go
test/fixedbugs/bug354.go
test/fixedbugs/bug393.go
test/interface/recursive.go
test/rune.go