Add ERROR comment for errmsg to look for.

R=gri
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=19460
CL=19500
This commit is contained in:
Ian Lance Taylor 2008-11-18 15:58:43 -08:00
parent 7969860126
commit d12c1b99c7
1 changed files with 1 additions and 1 deletions

View File

@ -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() {