summaryrefslogtreecommitdiffstats
path: root/lldb/test/api/multithreaded/TestMultithreaded.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/api/multithreaded/TestMultithreaded.py')
-rw-r--r--lldb/test/api/multithreaded/TestMultithreaded.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py
index e7be1f342a7..2731a49d7b0 100644
--- a/lldb/test/api/multithreaded/TestMultithreaded.py
+++ b/lldb/test/api/multithreaded/TestMultithreaded.py
@@ -3,7 +3,6 @@
import lldb_shared
import os, re
-import unittest2
from lldbtest import *
import lldbutil
import subprocess
@@ -91,9 +90,3 @@ class SBBreakpointCallbackCase(TestBase):
def build_program(self, sources, program):
return self.buildDriver(sources, program)
-
-if __name__ == '__main__':
- import atexit
- lldb.SBDebugger.Initialize()
- atexit.register(lambda: lldb.SBDebugger.Terminate())
- unittest2.main()
OpenPOWER on IntegriCloud