Skip to content

Commit 77fd01a

Browse files
committed
Fix tests
1 parent f7be93c commit 77fd01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/commands/gen/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,6 @@ def test_fsanitize(create_package):
196196
pytest.skip("-fsanitize=address,undefined is not supported on Apple Silicon")
197197
for ingen in ["prog/geningen3.cpp", "prog/geningen4.cpp"]:
198198
with pytest.raises(SystemExit) as e:
199-
simple_run(ingen)
199+
simple_run([ingen])
200200
assert e.type == SystemExit
201201
assert e.value.code == 1

0 commit comments

Comments
 (0)