File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
lldb/test/API/commands/target/stop-hooks Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ def test_stop_hooks_step_out(self):
2727
2828 def test_stop_hooks_after_expr (self ):
2929 """Test that a stop hook fires when hitting a breakpoint that
30- runs an expression"""
30+ runs an expression"""
3131 self .after_expr_test ()
3232
3333 def test_stop_hooks_before_and_after_creation (self ):
3434 """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."""
35+ they don't collide with ones set directly in the target."""
3636 self .before_and_after_target ()
3737
3838 def step_out_test (self ):
@@ -103,5 +103,6 @@ def before_and_after_target(self):
103103
104104 interp .HandleCommand ("target stop-hook add -o 'thread backtrace'" , result )
105105 self .assertTrue (result .Succeeded (), "Set the target stop hook" )
106- self .expect ("target stop-hook list" , substrs = ["expr g_var++" , "thread backtrace" ])
107-
106+ self .expect (
107+ "target stop-hook list" , substrs = ["expr g_var++" , "thread backtrace" ]
108+ )
You can’t perform that action at this time.
0 commit comments