Skip to content

Commit 7647cf7

Browse files
committed
Another attempt at fixing fast check for the win tinderbox
1 parent f379c97 commit 7647cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/combine-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def scrub(b):
2828
if not ("xfail-stage2" in s or
2929
"xfail-fast" in s):
3030
stage2_tests.append(t)
31-
if "main(vec[str] args)" in s:
31+
if "main(args: vec[str])" in s:
3232
take_args[t] = True
3333
f.close()
3434

0 commit comments

Comments
 (0)