]> Cypherpunks repositories - gostls13.git/commitdiff
Add ERROR comment for errmsg to look for.
authorIan Lance Taylor <iant@golang.org>
Tue, 18 Nov 2008 23:58:43 +0000 (15:58 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 18 Nov 2008 23:58:43 +0000 (15:58 -0800)
R=gri
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=19460
CL=19500

test/bugs/bug125.go

index e2be1645bc1756ad3b3b1a864bd660c289bf295e..c8c5f7dfa398343de660acfde72fe33fc9a86a07 100644 (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() {