commit | d12c1b99c7575a93f650e0a761cca3fee72f7606 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Tue Nov 18 15:58:43 2008 -0800 |
committer | Ian Lance Taylor <iant@golang.org> | Tue Nov 18 15:58:43 2008 -0800 |
tree | fbacdafef3ed7f648542826aa1aa2727a2964833 | |
parent | 7969860126f51194929328418833344111e89467 [diff] |
Add ERROR comment for errmsg to look for. R=gri DELTA=1 (0 added, 0 deleted, 1 changed) OCL=19460 CL=19500
diff --git a/test/bugs/bug125.go b/test/bugs/bug125.go index e2be164..c8c5f7d 100644 --- a/test/bugs/bug125.go +++ b/test/bugs/bug125.go
@@ -8,7 +8,7 @@ import ( OS "os" // should require semicolon here; this is no different from other decls - IO "io" + IO "io" // ERROR "missing" ) func main() {