mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
Remove debug print statement.
llvm-svn: 181486
This commit is contained in:
@@ -129,7 +129,6 @@ class ObjCDynamicValueTestCase(TestBase):
|
||||
threads = lldbutil.get_stopped_threads (process, lldb.eStopReasonPlanComplete)
|
||||
self.assertTrue (len(threads) == 1)
|
||||
line_entry = threads[0].GetFrameAtIndex(0).GetLineEntry()
|
||||
print "Line entry is: ", line_entry
|
||||
|
||||
self.assertTrue (line_entry.GetLine() == self.set_property_line)
|
||||
self.assertTrue (line_entry.GetFileSpec().GetFilename() == self.source_name)
|
||||
|
||||
Reference in New Issue
Block a user