Russ Cox
|
2b1c9b4be2
|
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
CC=golang-dev
https://golang.org/cl/5673078
|
2012-02-16 23:49:30 -05:00 |
|
Rob Pike
|
74dd0ab670
|
fix up some irregular indentation
R=rsc
OCL=33382
CL=33391
|
2009-08-17 13:30:22 -07:00 |
|
Russ Cox
|
b754b4348f
|
delete some code from walkexpr that is now
handled by typecheck.
second switch is gone
move floating point minus into back end
R=ken
OCL=32558
CL=32558
|
2009-07-30 18:56:44 -07:00 |
|
Russ Cox
|
8f194bf5ff
|
make 6g constants behave as ken proposes. (i hope.)
various bug fixes and tests involving constants.
test/const1.go is the major new test case.
R=ken
OCL=26216
CL=26224
|
2009-03-12 19:04:38 -07:00 |
|
Rob Pike
|
fbfc9dddb2
|
update tests: nil is no longer integer-compatible
R=rsc
DELTA=56 (17 added, 32 deleted, 7 changed)
OCL=20876
CL=20916
|
2008-12-10 13:55:47 -08:00 |
|