aboutsummaryrefslogtreecommitdiff
path: root/test/nil.go
AgeCommit message (Expand)Author
2013-02-12test: ensure all failing tests exit nonzero.Alan Donovan
2012-12-13test: move map delete test to nil.goIan Lance Taylor
2012-12-14test/nil.go: delete on nil maps no longer panicsShenghou Ma
2012-02-24test/[n-r]*.go: add documentationRob Pike
2012-02-16test: use testlib (final 61)Russ Cox
2011-10-18gofix -r mapdeleteRuss Cox
2011-08-17test: new nil semanticsRuss Cox
2011-01-19delete float, complex - code changesRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-09-14fix "declared and not used" in tests;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-12-18convert *[] to [].Russ Cox
2008-06-18a couple of bugs around nil are fixedRob Pike
2008-06-13Add nil test, with bugRob Pike