diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-09-23 17:53:13 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-09-23 17:53:13 +0000 |
| commit | 825815fbafdd4625cfb0ef9e157e27be9efa415b (patch) | |
| tree | b7a59609c10b87af3962e1350ee81fa03c5e524a /lldb/test/functionalities/stop-hook/TestStopHookMechanism.py | |
| parent | 24e45cabbcd6a9e5d254ade2d295a6b860044e12 (diff) | |
| download | bcm5719-llvm-825815fbafdd4625cfb0ef9e157e27be9efa415b.tar.gz bcm5719-llvm-825815fbafdd4625cfb0ef9e157e27be9efa415b.zip | |
The "Stop Hooks" anchors have been removed from the stop-hook output.
Update the test case to fix test suite failure.
llvm-svn: 140392
Diffstat (limited to 'lldb/test/functionalities/stop-hook/TestStopHookMechanism.py')
| -rw-r--r-- | lldb/test/functionalities/stop-hook/TestStopHookMechanism.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py b/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py index 461188ec734..694889e8e43 100644 --- a/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py +++ b/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py @@ -65,7 +65,7 @@ class StopHookMechanismTestCase(TestBase): child.expect_exact(prompt) child.sendline('thread step-over') #self.DebugPExpect(child) - child.expect_exact('** End Stop Hooks **') + child.expect_exact(prompt) #self.DebugPExpect(child) # Verify that the 'Stop Hooks' mechanism is fired off. self.expect(child.before, exe=False, |

