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 eb411d1 commit 0442fd3Copy full SHA for 0442fd3
src/etc/combine-tests.py
@@ -61,9 +61,9 @@ def scrub(b):
61
for t in stage2_tests:
62
p = os.path.join("test", "run-pass", t)
63
p = p.replace("\\", "\\\\")
64
- d.write(" out.write_str(\"run-pass [stage2]: %s\\n\");\n" % p)
+ d.write(" out.write_str(~\"run-pass [stage2]: %s\\n\");\n" % p)
65
if t in take_args:
66
- d.write(" t_%d::main(~[\"arg0\"]);\n" % i)
+ d.write(" t_%d::main(~[~\"arg0\"]);\n" % i)
67
else:
68
d.write(" t_%d::main();\n" % i)
69
i += 1
0 commit comments