We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c67c5 commit 6594e17Copy full SHA for 6594e17
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 15b60ac56b8f4ac84b49c1cad60655e6cd6433f2
+refs/heads/master: 007b9d9acd8b04ad2e1984aeba79c2031dec0e45
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/etc/combine-tests.py
@@ -30,6 +30,8 @@ def scrub(b):
30
"xfail-fast" in s or
31
"xfail-win32" in s):
32
stage2_tests.append(t)
33
+ if "main(args: [str]/~)" in s:
34
+ take_args[t] = True
35
if "main(args: [str])" in s:
36
take_args[t] = True
37
f.close()
0 commit comments