We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7eef019 + c31f1f5 commit da59253Copy full SHA for da59253
utils/swift_build_support/tests/test_build_graph.py
@@ -54,4 +54,4 @@ def test_simple_build_graph(self):
54
selectedProducts = [products['swiftpm']]
55
schedule = build_graph.produce_scheduled_build(selectedProducts)
56
names = [x.name for x in schedule[0]]
57
- self.assertEquals(['cmark', 'llvm', 'swift', 'swiftpm'], names)
+ self.assertEqual(['cmark', 'llvm', 'swift', 'swiftpm'], names)
0 commit comments