From 28ae29420a66397cebbfdb0f226c7bba190beca3 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 7 Oct 2010 22:15:58 +0000 Subject: Move the enum to string utility functions from lldbtest.py to lldbuti.py and update the affected API clients. llvm-svn: 115995 --- lldb/test/threads/TestPrintStackTraces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/threads/TestPrintStackTraces.py') 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) -- cgit v1.2.3