commit | ae54cf73cafad51188863dc5eada1b9d6c4d6a95 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Sep 15 12:42:24 2009 -0700 |
committer | Russ Cox <rsc@golang.org> | Tue Sep 15 12:42:24 2009 -0700 |
tree | 8e115ff2eb9c4f2040c2c1b69dc50de1d874981d | |
parent | 8cb9184d7ff869ad4ddd3174cb301bc88db15178 [diff] [blame] |
last round: non-package code R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650
diff --git a/test/fixedbugs/bug022.go b/test/fixedbugs/bug022.go index 0250135..f94a585 100644 --- a/test/fixedbugs/bug022.go +++ b/test/fixedbugs/bug022.go
@@ -10,6 +10,7 @@ var i byte; i = (*digits)[7]; // compiles i = digits[7]; // ERROR "illegal|is not|invalid" + _ = i; } func main() {