summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/frame/TestFrames.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/frame/TestFrames.py')
-rw-r--r--lldb/test/python_api/frame/TestFrames.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/test/python_api/frame/TestFrames.py b/lldb/test/python_api/frame/TestFrames.py
index 42fa8b9d1f4..b13edd09396 100644
--- a/lldb/test/python_api/frame/TestFrames.py
+++ b/lldb/test/python_api/frame/TestFrames.py
@@ -7,7 +7,6 @@ import lldb_shared
import os, time
import re
-import unittest2
import lldb, lldbutil
from lldbtest import *
@@ -200,10 +199,3 @@ class FrameAPITestCase(TestBase):
# The latest two frames should not be equal.
self.assertFalse(frameOutOfC.IsEqual(frameNow))
-
-
-if __name__ == '__main__':
- import atexit
- lldb.SBDebugger.Initialize()
- atexit.register(lambda: lldb.SBDebugger.Terminate())
- unittest2.main()
OpenPOWER on IntegriCloud