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 0aa7220 commit 695f817Copy full SHA for 695f817
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 7aee9f7b56f8d96f9444ebb1d06e32e024b81974
+refs/heads/master: 75ce03dd7794c125cf103ab224083a26a4da531b
trunk/src/etc/combine-tests.py
@@ -43,7 +43,8 @@ def scrub(b):
43
for t in stage2_tests:
44
p = os.path.join(run_pass, t)
45
p = p.replace("\\", "\\\\")
46
- c.write("mod t_%d = \"%s\";\n" % (i, p))
+ c.write("#[path = \"%s\"]" % p);
47
+ c.write("mod t_%d;\n" % i)
48
i += 1
49
c.close()
50
0 commit comments