summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug015.go
AgeCommit message (Collapse)AuthorFilesLines
2008-09-19Check for specific error messages in the testsuite. ThisIan Lance Taylor1-1/+1
permits testing that the compiler emits error messages for specific lines that match egrep regexps. The desired error messages are expressed using comments of the form // ERROR "regexp" R=r DELTA=90 (73 added, 8 deleted, 9 changed) OCL=15513 CL=15566
2008-08-11update tests.Rob Pike1-0/+13
fixedbugs/bug012.go is broken again but i left it where it is, with the golden file not reflecting the breakage so it will be noticed R=ken,gri OCL=14073 CL=14073