commit | be0cc08fb4faed1ab69361fcd030af65f9020393 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Dec 31 11:49:30 2014 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Thu Jan 08 21:57:34 2015 +0000 |
tree | 493c048e498435afea9de491b5a2ae0c5876a4eb | |
parent | 7e1a34386368d2bb3dc89bf5aa0519cafc326095 [diff] |
ART: Refactored regex code in Checker This patch refactors how Checker constructs regular expressions which it uses to parse tests and verify compiler output. It also replaces all occurrences of the '[0-9]+' ID-matching expression with the '\d+' shorthand. Change-Id: I5f854a25707e44ed2fa1673ff084990e8f43e4a2