Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1251)

Unified Diff: test/fixedbugs/bug354.go

Issue 5606056: code review 5606056: test: don't use package main for files without a main f... (Closed)
Patch Set: diff -r 2631a7b6fb8e https://go.googlecode.com/hg Created 13 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/fixedbugs/bug309.go ('k') | test/fixedbugs/bug393.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fixedbugs/bug354.go
===================================================================
--- a/test/fixedbugs/bug354.go
+++ b/test/fixedbugs/bug354.go
@@ -7,7 +7,7 @@
// issue 2086
// was calling makeclosure twice on the closure
-package main
+package bug354
type Inner struct {
F func() error
« no previous file with comments | « test/fixedbugs/bug309.go ('k') | test/fixedbugs/bug393.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b