mirror of
https://github.com/golang/go
synced 2024-11-11 19:31:37 -07:00
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
This commit is contained in:
parent
1e39143966
commit
bd64e81041
@ -8,5 +8,5 @@ package main
|
||||
|
||||
const (
|
||||
A int = 1;
|
||||
B byte; // ERROR "type without expr"
|
||||
B byte; // ERROR "type without expr|expected .=."
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user