| Source path: hg/ test/ fixedbugs/ bug117.go |
|
|
|
Change log
8ff8ddde157e
by Russ Cox <r...@golang.org>
on Feb 16, 2012
Diff
test: use testlib (second 100) 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 ...
| Go to: |
Older revisions
731aeabbce55
by Russ Cox <r...@golang.org>
on Mar 30, 2010
Diff
single argument panic note that sortmain.go has been run through hg gofmt; only the formatting of the day ...
373a2cd62e04
by Rob Pike <r...@golang.org>
on Aug 17, 2009
Diff
fix up some irregular indentation R=rsc OCL=33382 CL=33391
e81ffb635205
by Ian Lance Taylor <i...@golang.org>
on May 19, 2009
Diff
Match gccgo error messages. bug117 .go:13:12: error: reference to undefined field or method ...