From: Ian Lance Taylor Date: Tue, 18 Nov 2008 23:58:43 +0000 (-0800) Subject: Add ERROR comment for errmsg to look for. X-Git-Tag: weekly.2009-11-06~2692 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d12c1b99c7575a93f650e0a761cca3fee72f7606;p=gostls13.git 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 e2be1645bc..c8c5f7dfa3 100644 --- a/test/bugs/bug125.go +++ b/test/bugs/bug125.go @@ -8,7 +8,7 @@ package main import ( OS "os" // should require semicolon here; this is no different from other decls - IO "io" + IO "io" // ERROR "missing" ) func main() {