Skip to content

Commit 007b9d9

Browse files
committed
Update combine-tests.py for new vec syntax
1 parent 15b60ac commit 007b9d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/etc/combine-tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ def scrub(b):
3030
"xfail-fast" in s or
3131
"xfail-win32" in s):
3232
stage2_tests.append(t)
33+
if "main(args: [str]/~)" in s:
34+
take_args[t] = True
3335
if "main(args: [str])" in s:
3436
take_args[t] = True
3537
f.close()

0 commit comments

Comments
 (0)