summaryrefslogtreecommitdiff
path: root/test/copy.go
Commit message (Expand)AuthorAgeFilesLines
* test: ensure all failing tests exit nonzero.Alan Donovan2013-02-121-0/+5
* test: [a-c]: add introductory comments to testsRob Pike2012-02-191-1/+1
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* test copy([]byte, string)Russ Cox2010-10-261-4/+57
* misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox2010-06-081-105/+105
* - flip in and out to exercise overlap check a little (could do better)Rob Pike2009-11-181-25/+125
* test for copy()Rob Pike2009-11-181-0/+193