diff --git a/src/etc/combine-tests.py b/src/etc/combine-tests.py index 6810e6fec4d4..64d09b1266c6 100755 --- a/src/etc/combine-tests.py +++ b/src/etc/combine-tests.py @@ -34,6 +34,8 @@ for t in os.listdir(run_pass): take_args[t] = True if "main(args: [str])" in s: take_args[t] = True + if "main(args: ~[str])" in s: + take_args[t] = True f.close() stage2_tests.sort()