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 f7be93c commit 77fd01aCopy full SHA for 77fd01a
tests/commands/gen/test_integration.py
@@ -196,6 +196,6 @@ def test_fsanitize(create_package):
196
pytest.skip("-fsanitize=address,undefined is not supported on Apple Silicon")
197
for ingen in ["prog/geningen3.cpp", "prog/geningen4.cpp"]:
198
with pytest.raises(SystemExit) as e:
199
- simple_run(ingen)
+ simple_run([ingen])
200
assert e.type == SystemExit
201
assert e.value.code == 1
0 commit comments