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 345e2d8 commit b1434beCopy full SHA for b1434be
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: f379c97913df637e1203d0fe2b3598b7ac9d1a17
+refs/heads/master: 7647cf73d1cb495267e5d4151f0629b0374803f9
trunk/src/etc/combine-tests.py
@@ -28,7 +28,7 @@ def scrub(b):
28
if not ("xfail-stage2" in s or
29
"xfail-fast" in s):
30
stage2_tests.append(t)
31
- if "main(vec[str] args)" in s:
+ if "main(args: vec[str])" in s:
32
take_args[t] = True
33
f.close()
34
0 commit comments