Skip to content

Commit e1dc7c6

Browse files
adrian-prantlJDevlieghere
authored andcommitted
Fix a syntax error
(cherry picked from commit 320b29e)
1 parent c85d669 commit e1dc7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/signal/TestSendSignal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ def match_state(self, process_listener, expected_state):
104104
state = lldb.SBProcess.GetStateFromEvent(event)
105105
self.assertEquals(state, expected_state,
106106
"It was the %s state." %
107-
lldb.SBDebugger_StateAsCString(expected_state))
107+
lldb.SBDebugger.StateAsCString(expected_state))

0 commit comments

Comments
 (0)