Skip to content

Commit 1f2d82a

Browse files
committed
Better comment on the test.
1 parent 72e6f17 commit 1f2d82a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/commands/target/stop-hooks/TestStopHooks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def test_stop_hooks_after_expr(self):
3131
self.after_expr_test()
3232

3333
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."""
34+
"""Test that if we add a stop hooks in the dummy target,
35+
they aren't overridden by the ones set directly in the target."""
3636
self.before_and_after_target()
3737

3838
def step_out_test(self):

0 commit comments

Comments
 (0)