Fix combine-tests.py for new vec syntax
This commit is contained in:
parent
172fb1756b
commit
e2c70161f0
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user