summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug094.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug094.go')
-rw-r--r--test/fixedbugs/bug094.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fixedbugs/bug094.go b/test/fixedbugs/bug094.go
index 5c5154e86..2953eb28d 100644
--- a/test/fixedbugs/bug094.go
+++ b/test/fixedbugs/bug094.go
@@ -13,6 +13,7 @@ func f0() {
func f1() {
x := 0;
+ _ = x;
}
@@ -27,5 +28,5 @@ bug094.go:11: left side of := must be a name
bad top
. LITERAL-I0 l(343)
bug094.go:11: fatal error: walktype: top=3 LITERAL
-uetli:~/Source/go1/test/bugs gri$
+uetli:~/Source/go1/test/bugs gri$
*/