]> Cypherpunks.ru repositories - gostls13.git/commit
test: avoid undefined error in syntax/if.go.
authorIan Lance Taylor <iant@golang.org>
Tue, 29 Mar 2011 13:48:20 +0000 (06:48 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 29 Mar 2011 13:48:20 +0000 (06:48 -0700)
commit469a747e02dae8c9457233be3d294aa6b93b7903
tree88ba6181e0de19e1774574285d34ed4a29cb37f9
parent0bc37a6d22223fcae11af4af66ff19cd4ebdb60c
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
test/syntax/if.go