diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-02-02 00:56:40 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-02-02 00:56:40 +0000 |
| commit | ab62873b63523dfa16826dfeab61adab475d3202 (patch) | |
| tree | 42411f90d06de9bd4fcc53a20166e17ceb6d41fc /lldb/test/breakpoint_command/TestBreakpointCommand.py | |
| parent | 03dbf2e2a5241f37789f4cc9ee8b7ae538bee685 (diff) | |
| download | bcm5719-llvm-ab62873b63523dfa16826dfeab61adab475d3202.tar.gz bcm5719-llvm-ab62873b63523dfa16826dfeab61adab475d3202.zip | |
Fix test function breakpoint_command_script_parameters()'s expect-pattern so that
it passes when using clang as the compiler to build the inferior.
llvm-svn: 124707
Diffstat (limited to 'lldb/test/breakpoint_command/TestBreakpointCommand.py')
| -rw-r--r-- | lldb/test/breakpoint_command/TestBreakpointCommand.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/breakpoint_command/TestBreakpointCommand.py b/lldb/test/breakpoint_command/TestBreakpointCommand.py index 102b9a681af..d4aba4137e5 100644 --- a/lldb/test/breakpoint_command/TestBreakpointCommand.py +++ b/lldb/test/breakpoint_command/TestBreakpointCommand.py @@ -163,7 +163,7 @@ class BreakpointCommandTestCase(TestBase): self.expect (output, "File 'output-2.txt' and the content matches", exe=False, startstr = "frame #0:", - patterns = ["1.* where = .*main .* 11.* resolved, hit count = 1" ]) + patterns = ["1.* where = .*main .* resolved, hit count = 1" ]) # Now remove 'output-2.txt' os.remove ('output-2.txt') |

