summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug030.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-09-15 12:42:24 -0700
committerRuss Cox <rsc@golang.org>2009-09-15 12:42:24 -0700
commit7f51e880cd29a4c63860dad59cc60916119cc2df (patch)
tree8e115ff2eb9c4f2040c2c1b69dc50de1d874981d /test/fixedbugs/bug030.go
parentc6fac6bdd2b1fd69442a455fb47d09022241dd69 (diff)
downloadgo-7f51e880cd29a4c63860dad59cc60916119cc2df.tar.gz
last round: non-package code
R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650
Diffstat (limited to 'test/fixedbugs/bug030.go')
-rw-r--r--test/fixedbugs/bug030.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug030.go b/test/fixedbugs/bug030.go
index e1fce0180..7efde9b44 100644
--- a/test/fixedbugs/bug030.go
+++ b/test/fixedbugs/bug030.go
@@ -9,4 +9,5 @@ package main
func main() {
var x int;
x := 0; // ERROR "declar|:="
+ _ = x;
}