summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/call-function
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/call-function')
-rw-r--r--lldb/test/lang/cpp/call-function/TestCallCPPFunction.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/test/lang/cpp/call-function/TestCallCPPFunction.py b/lldb/test/lang/cpp/call-function/TestCallCPPFunction.py
index 6adbcd6f790..bba23992c3c 100644
--- a/lldb/test/lang/cpp/call-function/TestCallCPPFunction.py
+++ b/lldb/test/lang/cpp/call-function/TestCallCPPFunction.py
@@ -31,9 +31,3 @@ class CallCPPFunctionTestCase(TestBase):
self.expect("expression -- a_function_to_call()",
startstr = "(int) $0 = 0")
-
-if __name__ == '__main__':
- import atexit
- lldb.SBDebugger.Initialize()
- atexit.register(lambda: lldb.SBDebugger.Terminate())
- unittest2.main()
OpenPOWER on IntegriCloud