File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
branches/snap-stage3/src/etc Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 15b60ac56b8f4ac84b49c1cad60655e6cd6433f2
4
+ refs/heads/snap-stage3: 007b9d9acd8b04ad2e1984aeba79c2031dec0e45
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ def scrub(b):
30
30
"xfail-fast" in s or
31
31
"xfail-win32" in s ):
32
32
stage2_tests .append (t )
33
+ if "main(args: [str]/~)" in s :
34
+ take_args [t ] = True
33
35
if "main(args: [str])" in s :
34
36
take_args [t ] = True
35
37
f .close ()
You can’t perform that action at this time.
0 commit comments