Fix combine-tests.py for new vec syntax

This commit is contained in:
Brian Anderson 2012-06-30 13:59:54 -07:00
parent 172fb1756b
commit e2c70161f0
1 changed files with 2 additions and 0 deletions

View File

@ -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()