mirror of
https://github.com/golang/go
synced 2024-11-21 13:44:45 -07:00
test: avoid undefined error in syntax/if.go.
Without this the gccgo version of errchk reports an unmatched error. R=golang-dev, rsc1 CC=golang-dev https://golang.org/cl/4327041
This commit is contained in:
parent
0bc37a6d22
commit
469a747e02
@ -6,6 +6,9 @@
|
||||
|
||||
package main
|
||||
|
||||
func x() {
|
||||
}
|
||||
|
||||
func main() {
|
||||
if { // ERROR "missing condition"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user