Fix check-fast for the change to main's signature.
This commit is contained in:
parent
26a8fe3553
commit
25715bd59e
@ -30,7 +30,7 @@ for t in os.listdir(run_pass):
|
||||
"xfail-fast" in s or
|
||||
"xfail-win32" in s):
|
||||
stage2_tests.append(t)
|
||||
if "main(args: ~[~str])" in s:
|
||||
if "fn main(args:" in s or "fn main(++args:" in s:
|
||||
take_args[t] = True
|
||||
f.close()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user