Commit 64b2f81
Use property AutoreleasePoolSupport in test
The SDK also set the RuntimeHostConfigurationOption item.
So setting in this project results in multiple copies of the same item.
I'm not sure if this causes a problem with any currently supported
configuration of .NET, but it is detectable when compiling this test
with NativeAOT. ILC fails because multiple copies of the
`--appcontextswitch` flag are passed with the same key.1 parent ecc1ca1 commit 64b2f81
File tree
1 file changed
+1
-3
lines changed- src/tests/Interop/ObjectiveC/AutoReleaseTest
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
0 commit comments