summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug068.go
AgeCommit message (Collapse)AuthorFilesLines
2009-07-30use errchk in more places.Russ Cox1-1/+1
let errchk exit 0 even if it has reported a BUG. it echoed BUG and that's all that matters. R=r DELTA=143 (1 added, 89 deleted, 53 changed) OCL=32533 CL=32542
2008-09-04resolve that all unnecessary backslashes are rejected.Rob Pike1-0/+19
bug068 is not a bug. R=gri OCL=14838 CL=14838