Commit 8e5e32b
committed
test: use
`#import` is an extension which behaves differently in different target. On
Windows, it is used to import type libraries (for COM). The options are to
either use `#include` or enable Objective-C interop. Use the former since there
is no Objective-C specific behaviour needed here.#include rather than #import
1 parent a67f3b9 commit 8e5e32b
File tree
3 files changed
+8
-2
lines changed- test/ParseableInterface/Inputs
- exported-module-name-after
- exported-module-name-before
3 files changed
+8
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments