summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/scope/TestCppScope.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/scope/TestCppScope.py')
-rw-r--r--lldb/test/lang/cpp/scope/TestCppScope.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/test/lang/cpp/scope/TestCppScope.py b/lldb/test/lang/cpp/scope/TestCppScope.py
index 4d5ea8bf62b..f984eed86e4 100644
--- a/lldb/test/lang/cpp/scope/TestCppScope.py
+++ b/lldb/test/lang/cpp/scope/TestCppScope.py
@@ -65,9 +65,3 @@ class TestCppScopes(TestBase):
value = frame.EvaluateExpression(name)
assert_value = global_variables_assert[name]
self.assertTrue(value.IsValid() and value.GetValueAsSigned() == assert_value, name + " = " + str(assert_value))
-
-if __name__ == '__main__':
- import atexit
- lldb.SBDebugger.Initialize()
- atexit.register(lambda: lldb.SBDebugger.Terminate())
- unittest2.main()
OpenPOWER on IntegriCloud