Another attempt at fixing fast check for the win tinderbox

This commit is contained in:
Marijn Haverbeke 2011-07-27 19:02:45 +02:00
parent f379c97913
commit 7647cf73d1

@ -28,7 +28,7 @@ for t in os.listdir(run_pass):
if not ("xfail-stage2" in s or
"xfail-fast" in s):
stage2_tests.append(t)
if "main(vec[str] args)" in s:
if "main(args: vec[str])" in s:
take_args[t] = True
f.close()