Skip to content

Commit 87c1b59

Browse files
Bleiemberian
authored andcommitted
Fix some warnings in the check-fast tests
1 parent 8a4d359 commit 87c1b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/combine-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def scrub(b):
6060
for t in stage2_tests:
6161
p = os.path.join("test", "run-pass", t)
6262
p = p.replace("\\", "\\\\")
63-
d.write(" out.write_str(~\"run-pass [stage2]: %s\\n\");\n" % p)
63+
d.write(" out.write_str(\"run-pass [stage2]: %s\\n\");\n" % p)
6464
d.write(" t_%d::main();\n" % i)
6565
i += 1
6666
d.write("}\n")

0 commit comments

Comments
 (0)