summaryrefslogtreecommitdiff
path: root/test/strcopy.go
Commit message (Collapse)AuthorAgeFilesLines
* test: add test to verify that string copies don't get optimized awayBrad Fitzpatrick2018-06-121-0/+29
Fixes #25834 Change-Id: I33e58dabfd04b84dfee1a9a3796796b5d19862e7 Reviewed-on: https://go-review.googlesource.com/118295 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>