mirror of
https://github.com/golang/go
synced 2024-11-22 01:24:42 -07:00
Recognize gccgo error message.
runtime.go:19:10: error: reference to undefined identifier ‘runtime.printbool’ R=rsc http://go/go-review/1018018
This commit is contained in:
parent
acc54b6c70
commit
102357f028
@ -16,5 +16,5 @@ package main
|
|||||||
import "runtime"
|
import "runtime"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
runtime.printbool(true); // ERROR "cannot refer"
|
runtime.printbool(true); // ERROR "cannot refer|undefined identifier"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user