diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-11-29 23:47:40 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-11-29 23:47:40 +0000 |
| commit | 11d2bae187c00ac586bc11e6ab78e10c50ed3dff (patch) | |
| tree | 65419e63e867c6dd54f4631c969ee2cdcb1042bd | |
| parent | 091d97c709af4419e26968421c2eca917d2ae079 (diff) | |
| download | bcm5719-llvm-11d2bae187c00ac586bc11e6ab78e10c50ed3dff.tar.gz bcm5719-llvm-11d2bae187c00ac586bc11e6ab78e10c50ed3dff.zip | |
Minor comment fix.
llvm-svn: 120352
| -rw-r--r-- | lldb/test/breakpoint_conditions/TestBreakpointConditions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/breakpoint_conditions/TestBreakpointConditions.py b/lldb/test/breakpoint_conditions/TestBreakpointConditions.py index 757e0edae12..ad3e0698d54 100644 --- a/lldb/test/breakpoint_conditions/TestBreakpointConditions.py +++ b/lldb/test/breakpoint_conditions/TestBreakpointConditions.py @@ -56,7 +56,7 @@ class BreakpointConditionsTestCase(TestBase): # Now run the program. self.runCmd("run", RUN_SUCCEEDED) - # The process should be stopped. + # The process should be stopped at this point. self.expect("process status", PROCESS_STOPPED, patterns = ['Process .* stopped']) |

