summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/functionalities/stop-hook/TestStopHookMechanism.py2
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,
OpenPOWER on IntegriCloud