summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-server/TestGdbRemoteAttach.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/tools/lldb-server/TestGdbRemoteAttach.py')
-rw-r--r--lldb/test/tools/lldb-server/TestGdbRemoteAttach.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/lldb/test/tools/lldb-server/TestGdbRemoteAttach.py b/lldb/test/tools/lldb-server/TestGdbRemoteAttach.py
index dab3ff44ca3..797814b704a 100644
--- a/lldb/test/tools/lldb-server/TestGdbRemoteAttach.py
+++ b/lldb/test/tools/lldb-server/TestGdbRemoteAttach.py
@@ -1,6 +1,7 @@
+import lldb_shared
+
import gdbremote_testcase
import lldbgdbserverutils
-import unittest2
from lldbtest import *
@@ -55,7 +56,3 @@ class TestGdbRemoteAttach(gdbremote_testcase.GdbRemoteTestCaseBase):
self.build()
self.set_inferior_startup_attach_manually()
self.attach_with_vAttach()
-
-
-if __name__ == '__main__':
- unittest2.main()
OpenPOWER on IntegriCloud