Skip to content

Commit 780850c

Browse files
committed
Rename test classes to correct name
1 parent 3e7d153 commit 780850c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lldb/test/API/lang/swift/tagged_pointer/TestSwiftTaggedPointer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import lldbsuite.test.lldbutil as lldbutil
55
import unittest2
66

7-
class TestSwiftAnyType(lldbtest.TestBase):
7+
class TestSwiftTaggedPointer(lldbtest.TestBase):
88

99
mydir = lldbtest.TestBase.compute_mydir(__file__)
1010

lldb/test/API/lang/swift/union/TestSwiftCUnion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import unittest2
77

88

9-
class TestSwiftAnyType(lldbtest.TestBase):
9+
class TestSwiftCUnion(lldbtest.TestBase):
1010

1111
mydir = lldbtest.TestBase.compute_mydir(__file__)
1212

0 commit comments

Comments
 (0)