]> Cypherpunks repositories - gostls13.git/commit
Recognize gccgo error message.
authorIan Lance Taylor <iant@golang.org>
Tue, 17 Mar 2009 04:48:07 +0000 (21:48 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 17 Mar 2009 04:48:07 +0000 (21:48 -0700)
commitbd64e8104175ef68911180f1d0dbbd79e247e555
tree1e09796081fc5874889dcecf9c3db9846b66f8b3
parent1e39143966b602ce346e970b9ff85176a781475f
Recognize gccgo error message.

const2.go:7:9: error: expected '='

Uses '.' to recognize the quotation marks, as the actual
characters printed depend on the user's locale.

R=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=26360
CL=26373
test/const2.go