summaryrefslogtreecommitdiff
path: root/test/ken/divmod.go
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+247
2011-09-13Imported Upstream version 60Ondřej Surý1-247/+0
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-87/+124
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
2009-12-10make test/ken safe for optional semisRobert Griesemer1-2/+1
R=rsc, ken2, ken3 http://codereview.appspot.com/174042
2009-05-06added a distinguishing string to the error printsKen Thompson1-31/+58
R=r OCL=28321 CL=28357
2009-05-05signs on div and modKen Thompson1-0/+184
R=r OCL=28319 CL=28319