Minor comment fix.

llvm-svn: 120352
This commit is contained in:
Johnny Chen 2010-11-29 23:47:40 +00:00
parent 091d97c709
commit 11d2bae187
1 changed files with 1 additions and 1 deletions

View File

@ -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'])