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 7b0494c + 850184e commit 3d76332Copy full SHA for 3d76332
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