diff options
Diffstat (limited to 'lldb/test/threads/TestPrintStackTraces.py')
| -rw-r--r-- | lldb/test/threads/TestPrintStackTraces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/threads/TestPrintStackTraces.py b/lldb/test/threads/TestPrintStackTraces.py index ce27ed1f310..18c761d097c 100644 --- a/lldb/test/threads/TestPrintStackTraces.py +++ b/lldb/test/threads/TestPrintStackTraces.py @@ -37,7 +37,7 @@ class ThreadsStackTracesTestCase(TestBase): if self.process.GetState() != lldb.eStateStopped: self.fail("Process should be in the 'Stopped' state, " "instead the actual state is: '%s'" % - StateTypeString(self.process.GetState())) + lldbutil.StateTypeString(self.process.GetState())) import lldbutil lldbutil.PrintStackTraces(self.process) |

