Skip to content

Commit c5c2623

Browse files
Merge pull request swiftlang#9220 from felipepiovezan/felipe/unittest2
[lldb] Remove unittest2 references
2 parents 1cb6d32 + f0d038b commit c5c2623

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lldb/test/API/lang/swift/clangimporter/caching/TestSwiftClangImporterCaching.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from lldbsuite.test.lldbtest import *
33
from lldbsuite.test.decorators import *
44
import lldbsuite.test.lldbutil as lldbutil
5-
import unittest2
65

76
class TestSwiftClangImporterCaching(TestBase):
87

lldb/test/API/lang/swift/clangimporter/explicit_cc1/TestSwiftClangImporterExplicitCC1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from lldbsuite.test.lldbtest import *
33
from lldbsuite.test.decorators import *
44
import lldbsuite.test.lldbutil as lldbutil
5-
import unittest2
65

76
class TestSwiftClangImporterExplicitCC1(TestBase):
87

0 commit comments

Comments
 (0)