Skip to content

Commit 6dbbae0

Browse files
Update test_mixin_argument.py
1 parent eafe9a2 commit 6dbbae0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/test_mixin_argument.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def _parse(argv, mixins=MIXINS):
3636

3737

3838
def test_multiple_mixins_preserve_command_line_order():
39-
# regression test for issue #40: the resulting list must follow the
4039
# order the mixins were given on the command line
4140
args = _parse(['build', '--mixin', 'a', 'b'])
4241
assert args.cmake_args == ['FOO=A', 'FOO=B']

0 commit comments

Comments
 (0)