commit | 66b261a0828048b91b62588b84528b46489bf770 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Fri Sep 19 14:39:49 2008 -0700 |
committer | Ian Lance Taylor <iant@golang.org> | Fri Sep 19 14:39:49 2008 -0700 |
tree | df2e4b5c4c47f9343b5593e06979b50720b00234 | |
parent | 995f938ae39eba0cea90f3e5fdbc0f619ea44d93 [diff] |
Check for specific error messages in the testsuite. This 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