summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py')
-rw-r--r--lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py b/lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
index 38cec0f472e..7eff685abca 100644
--- a/lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
+++ b/lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
@@ -34,9 +34,3 @@ class CPPStaticMethodsTestCase(TestBase):
self.expect("expression -- Static()",
startstr = "(int) $1 = 1")
-
-if __name__ == '__main__':
- import atexit
- lldb.SBDebugger.Initialize()
- atexit.register(lambda: lldb.SBDebugger.Terminate())
- unittest2.main()
OpenPOWER on IntegriCloud