summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug084.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug084.go')
-rw-r--r--test/fixedbugs/bug084.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug084.go b/test/fixedbugs/bug084.go
index 2897593dc..7556f8dc5 100644
--- a/test/fixedbugs/bug084.go
+++ b/test/fixedbugs/bug084.go
@@ -20,4 +20,5 @@ func main() {
c := make(chan string);
a := new(Service);
go a.Serve(1234);
+ _ = c;
}