Skip to content

Commit f212122

Browse files
committed
[lldb][test] Remove accidental import pdb in 783dc7d
1 parent 21f5f50 commit f212122

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ def test_breakpad_overflow_hash_match(self):
214214
cmd = 'settings set target.exec-search-paths "%s"' % (os.path.dirname(so_path))
215215
self.dbg.HandleCommand(cmd)
216216
modules = self.get_minidump_modules("linux-arm-breakpad-uuid-match.yaml")
217-
import pdb; pdb.set_trace()
218217
self.assertEqual(1, len(modules))
219218
# LLDB makes up it own UUID as well when there is no build ID so we
220219
# will check that this matches.

0 commit comments

Comments
 (0)