Fix combine-tests.py for new vec syntax
This commit is contained in:
@@ -34,6 +34,8 @@ for t in os.listdir(run_pass):
|
|||||||
take_args[t] = True
|
take_args[t] = True
|
||||||
if "main(args: [str])" in s:
|
if "main(args: [str])" in s:
|
||||||
take_args[t] = True
|
take_args[t] = True
|
||||||
|
if "main(args: ~[str])" in s:
|
||||||
|
take_args[t] = True
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
stage2_tests.sort()
|
stage2_tests.sort()
|
||||||
|
|||||||
Reference in New Issue
Block a user