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.
1 parent df60e2a commit 04b850dCopy full SHA for 04b850d
utils/build_swift/tests/build_swift/test_driver_arguments.py
@@ -278,7 +278,7 @@ def test(self):
278
[option.option_string])
279
# The argument should never show up in the namespace
280
self.assertFalse(hasattr(namespace, option.dest))
281
- # It should instead be forwarded to unkown_args
+ # It should instead be forwarded to unknown_args
282
self.assertEqual(unknown_args, [option.option_string])
283
284
return test
0 commit comments