summaryrefslogtreecommitdiff
path: root/test/varerr.go
Commit message (Collapse)AuthorAgeFilesLines
* test/[n-z]*.go: add documentationRob Pike2012-02-241-0/+3
| | | | | | R=golang-dev, bradfitz, r CC=golang-dev http://codereview.appspot.com/5700056
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
| | | | | | | | | | | X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5671080
* test: Match gccgo error messages.Ian Lance Taylor2010-09-101-2/+2
| | | | | | | | | | | gccgo does not handle 'new' specially here. varerr.go:10:6: error: reference to undefined name ?asdf? varerr.go:12:6: error: invalid left hand side of assignment R=rsc CC=golang-dev http://codereview.appspot.com/2139045
* gc: handle use of builtin function outside function callRuss Cox2010-05-201-0/+14
tweaks & tests of last bug fix too. R=ken2 CC=golang-dev http://codereview.appspot.com/1207044