Skip to content

Commit 158bf63

Browse files
authored
Merge pull request #6215 from apple/🍒/rebranch/320b29e7ed64c37560c263d4d4eeaa9dad87cb43
Fix a syntax error
2 parents c85d669 + e1dc7c6 commit 158bf63

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)