Fix a syntax error
authorAdrian Prantl <aprantl@apple.com>
Fri, 16 Dec 2022 21:02:59 +0000 (13:02 -0800)
committerAdrian Prantl <aprantl@apple.com>
Fri, 16 Dec 2022 21:03:45 +0000 (13:03 -0800)
lldb/test/API/functionalities/signal/TestSendSignal.py

index be74f00..0fbfdfe 100644 (file)
@@ -104,4 +104,4 @@ class SendSignalTestCase(TestBase):
         state = lldb.SBProcess.GetStateFromEvent(event)
         self.assertEquals(state, expected_state,
                         "It was the %s state." %
-                        lldb.SBDebugger_StateAsCString(expected_state))
+                        lldb.SBDebugger.StateAsCString(expected_state))