summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug151.go
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2012-02-03 11:43:24 -0800
committerBrad Fitzpatrick <bradfitz@golang.org>2012-02-03 11:43:24 -0800
commit6caa3056214297bc20291c545af06c1107b553a8 (patch)
tree31aabdcaede51973c224ee9805cd0d006cdf3359 /test/fixedbugs/bug151.go
parentc4616cb4ea34efa1cd3c568ad7ba7797ce5e43ef (diff)
downloadgo-6caa3056214297bc20291c545af06c1107b553a8.tar.gz
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 http://codereview.appspot.com/5606056
Diffstat (limited to 'test/fixedbugs/bug151.go')
-rw-r--r--test/fixedbugs/bug151.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug151.go b/test/fixedbugs/bug151.go
index 46546dfe1..b24067737 100644
--- a/test/fixedbugs/bug151.go
+++ b/test/fixedbugs/bug151.go
@@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package main
+package bug151
type S string