aboutsummaryrefslogtreecommitdiff
path: root/test/peano.go
AgeCommit message (Expand)Author
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2012-02-24test/[n-r]*.go: add documentationRob Pike
2012-02-16test: use testlib (final 61)Russ Cox
2012-01-18test: change several tests to not printIan Lance Taylor
2012-01-18test: gofmt a few testsIan Lance Taylor
2010-08-06test/peano: use directly recursive type defRobert Griesemer
2010-03-30single argument panicRuss Cox
2009-10-09time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-08-11fix bug depot:Rob Pike
2008-07-12add new test - factorial by inc and decRob Pike