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
Loading
Please register or sign in to comment