aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata/warnings.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/compiler: don't specify syscall consts for test OSDmitry Vyukov2020-03-171-2/+2
| | | | This is just tedious. Fabricate them on the fly.
* pkg/compiler: don't warn about the same len twiceDmitry Vyukov2019-01-311-0/+21
Also add tests for warnings while we are here.