summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug014.go
AgeCommit message (Collapse)AuthorFilesLines
2008-09-19Check for specific error messages in the testsuite. ThisIan Lance Taylor1-4/+4
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-06-23update some testsRob Pike1-0/+14
SVN=124196