Skip to content

Commit 4f37bb1

Browse files
[lldb] remove unittest2
1 parent 6a62f89 commit 4f37bb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lldb/packages/Python/lldbsuite/test/lldbplaygroundrepl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ def test_playgrounds(self):
120120
import atexit
121121
lldb.SBDebugger.Initialize()
122122
atexit.register(lldb.SBDebugger.Terminate)
123-
unittest2.main()
123+
unittest.main()

lldb/test/API/python_api/sbvalue_updates/TestSBValueUpdates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ def do_test(self):
6666
import atexit
6767
lldb.SBDebugger.Initialize()
6868
atexit.register(lldb.SBDebugger.Terminate)
69-
unittest2.main()
69+
unittest.main()

0 commit comments

Comments
 (0)