Skip to content

Commit ca5e721

Browse files
authored
[Build] Fix name of EarlySwiftDriverTestCase (#37853)
1 parent 5a7b8c7 commit ca5e721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_build_support/tests/products/test_earlyswiftdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from swift_build_support.workspace import Workspace
3030

3131

32-
class CMarkTestCase(unittest.TestCase):
32+
class EarlySwiftDriverTestCase(unittest.TestCase):
3333

3434
def setUp(self):
3535
# Setup workspace

0 commit comments

Comments
 (0)