summaryrefslogtreecommitdiffstats
path: root/lldb/test/settings/quoting/TestQuoting.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/settings/quoting/TestQuoting.py')
-rw-r--r--lldb/test/settings/quoting/TestQuoting.py9
1 files changed, 2 insertions, 7 deletions
diff --git a/lldb/test/settings/quoting/TestQuoting.py b/lldb/test/settings/quoting/TestQuoting.py
index 44fb01ffdef..7ef861d2639 100644
--- a/lldb/test/settings/quoting/TestQuoting.py
+++ b/lldb/test/settings/quoting/TestQuoting.py
@@ -2,8 +2,9 @@
Test quoting of arguments to lldb commands
"""
+import lldb_shared
+
import os, time, re
-import unittest2
import lldb
from lldbtest import *
@@ -87,9 +88,3 @@ class SettingsCommandTestCase(TestBase):
self.RemoveTempFile("stdout.txt")
self.assertEqual(output, args_out)
-
-if __name__ == '__main__':
- import atexit
- lldb.SBDebugger.Initialize()
- atexit.register(lambda: lldb.SBDebugger.Terminate())
- unittest2.main()
OpenPOWER on IntegriCloud