| commit | f062c2fb5940065fd14aca8045e7432c87216933 | [log] [tgz] |
|---|---|---|
| author | Johnny Chen <johnny.chen@apple.com> | Tue Oct 12 19:29:49 2010 +0000 |
| committer | Johnny Chen <johnny.chen@apple.com> | Tue Oct 12 19:29:49 2010 +0000 |
| tree | 5fa2ab78d569c1d82f485d55625f9e300d007a3c | |
| parent | 65c1c43c137486e7af73d57546e3716e1080745c [diff] |
The 'regexp-break' command now prints out the command that results from
expanding the regular expression command. So change the more stringent:
self.expect(..., startstr = matching_string)
to:
self.expect(..., substrs = [matched_string])
to pass the test.
llvm-svn: 116331