Skip to content

Commit f2cc328

Browse files
committed
---
yaml --- r: 24142 b: refs/heads/master c: 2d91567 h: refs/heads/master v: v3
1 parent 820474d commit f2cc328

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: fdd48dd903e07bdb107bcc82a97daf533285120c
2+
refs/heads/master: 2d915678926f4b1c64c5916b01f526844f5521b9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/etc/combine-tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ def scrub(b):
3939
c = open("tmp/run_pass_stage2.rc", "w")
4040
i = 0
4141
c.write("// AUTO-GENERATED FILE: DO NOT EDIT\n")
42+
c.write("#[legacy_exports];\n")
4243
c.write("#[link(name=\"run_pass_stage2\", vers=\"0.1\")];\n")
4344
for t in stage2_tests:
4445
p = os.path.join(run_pass, t)
4546
p = p.replace("\\", "\\\\")
4647
c.write("#[path = \"%s\"]" % p);
48+
c.write("#[legacy_exports]");
4749
c.write("mod t_%d;\n" % i)
4850
i += 1
4951
c.close()

0 commit comments

Comments
 (0)