Commit b7f68be
committed
Fix test failure on macOS with link_section
rust-lang/rust#155065 recently added validation
for link_section on macOS. I'm working around it here by just limiting
this test to linux.
Alternatives:
- Show different syntaxes for different targets (but I would prefer to
keep the example as plain as possible).
- Mark it as `ignore` (want to avoid this if at all possible).
Fixes rust-lang#22451 parent 581920f commit b7f68be
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
0 commit comments