We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e6f17 commit 1f2d82aCopy full SHA for 1f2d82a
lldb/test/API/commands/target/stop-hooks/TestStopHooks.py
@@ -31,8 +31,8 @@ def test_stop_hooks_after_expr(self):
31
self.after_expr_test()
32
33
def test_stop_hooks_before_and_after_creation(self):
34
- """Test that if we add a stop hook in the dummy target, we can
35
- they don't collide with ones set directly in the target."""
+ """Test that if we add a stop hooks in the dummy target,
+ they aren't overridden by the ones set directly in the target."""
36
self.before_and_after_target()
37
38
def step_out_test(self):
0 commit comments