Commit d12c1b99 authored by Ian Lance Taylor's avatar Ian Lance Taylor

Add ERROR comment for errmsg to look for.

R=gri
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=19460
CL=19500
parent 79698601
......@@ -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() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment