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 8a4d359 commit 87c1b59Copy full SHA for 87c1b59
src/etc/combine-tests.py
@@ -60,7 +60,7 @@ def scrub(b):
60
for t in stage2_tests:
61
p = os.path.join("test", "run-pass", t)
62
p = p.replace("\\", "\\\\")
63
- d.write(" out.write_str(~\"run-pass [stage2]: %s\\n\");\n" % p)
+ d.write(" out.write_str(\"run-pass [stage2]: %s\\n\");\n" % p)
64
d.write(" t_%d::main();\n" % i)
65
i += 1
66
d.write("}\n")
0 commit comments