aboutsummaryrefslogtreecommitdiff
path: root/test/switch.go
AgeCommit message (Expand)Author
2022-07-19[dev.unified] test: add switch test case for tricky nil handlingMatthew Dempsky
2013-03-15cmd/gc: disallow fallthrough in final case of switchTyler Bunnell
2013-02-26cmd/gc: accept cases with same value but different types in switch.Rémy Oudompheng
2013-02-11test: a number of fixes.Alan Donovan
2012-09-17cmd/gc: add missing conversion from bool to interface in switches.Daniel Morsing
2012-08-03cmd/gc: accept switches on comparable arrays.Rémy Oudompheng
2012-02-24test/[n-z]*.go: add documentationRob Pike
2012-02-16test: use testlib (final 61)Russ Cox
2011-11-13gc: remove func, map compareRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-09-14fix "declared and not used" in tests;Russ Cox
2008-08-11fix bug depot:Rob Pike
2008-07-08test update. also remove two duplicatesRob Pike
2008-06-15now checks for lvalue/rvalue context ofKen Thompson
2008-06-06- fixed a few tests and added 3 incorrectly succeeding testsRobert Griesemer
2008-06-06lots of new testsRob Pike