summaryrefslogtreecommitdiff
path: root/test/int_lit.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+3
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+24
2011-09-13Imported Upstream version 60Ondřej Surý1-24/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-3/+3
2009-08-17fix up some irregular indentationRob Pike1-13/+12
R=rsc OCL=33382 CL=33391
2009-05-08move things out of sys into os and runtimeRuss Cox1-1/+3
R=r OCL=28569 CL=28573
2009-01-16casify, cleanup sysRuss Cox1-2/+2
R=r OCL=22978 CL=22984
2008-08-11fix bug depot:Rob Pike1-1/+1
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
2008-06-27export sys.exitRob Pike1-2/+2
update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173
2008-06-08Fix a few testsRob Pike1-11/+14
SVN=121614
2008-05-08- changed literal syntax to use the convert notationRobert Griesemer1-2/+3
- fixed issued with function declarations/function literals - added more tests and fixed existing tests SVN=118167
2008-03-26- new directory structureRobert Griesemer1-0/+19
SVN=113851