aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug067.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug067.go')
-rw-r--r--test/fixedbugs/bug067.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug067.go b/test/fixedbugs/bug067.go
index fd22cd6f89..1e747ebba8 100644
--- a/test/fixedbugs/bug067.go
+++ b/test/fixedbugs/bug067.go
@@ -6,7 +6,7 @@
package main
-var c *chan int
+var c chan int
func main() {
c = new(chan int);