summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug309.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug309.go')
-rw-r--r--test/fixedbugs/bug309.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixedbugs/bug309.go b/test/fixedbugs/bug309.go
index d893916cd..948ca5c79 100644
--- a/test/fixedbugs/bug309.go
+++ b/test/fixedbugs/bug309.go
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
@@ -6,7 +6,7 @@
// issue 1016
-package main
+package bug309
func foo(t interface{}, c chan int) {
switch v := t.(type) {