aboutsummaryrefslogtreecommitdiff
path: root/test/copy.go
AgeCommit message (Expand)Author
2013-02-12test: ensure all failing tests exit nonzero.Alan Donovan
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2010-10-26test copy([]byte, string)Russ Cox
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox
2009-11-18- flip in and out to exercise overlap check a little (could do better)Rob Pike
2009-11-18test for copy()Rob Pike