summaryrefslogtreecommitdiffstats
path: root/lldb/test/api/multiple-debuggers
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/api/multiple-debuggers')
-rw-r--r--lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py b/lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py
index 369a6b1147e..d25ee108383 100644
--- a/lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py
+++ b/lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py
@@ -3,7 +3,6 @@
import lldb_shared
import os, re
-import unittest2
from lldbtest import *
import lldbutil
import lldb
@@ -46,9 +45,3 @@ class TestMultipleSimultaneousDebuggers(TestBase):
else:
with open(os.devnull, 'w') as fnull:
check_call([self.driver_exe, self.inferior_exe], env=env, stdout=fnull, stderr=fnull)
-
-if __name__ == '__main__':
- import atexit
- lldb.SBDebugger.Initialize()
- atexit.register(lambda: lldb.SBDebugger.Terminate())
- unittest2.main()
OpenPOWER on IntegriCloud