Skip to content

Commit 953bc61

Browse files
authored
Enabled TestSelfIsFrozenNonEnregisteredStructWithExtraArgs on mono (#112482)
1 parent e9a91f9 commit 953bc61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests/Interop/Swift/SwiftSelfContext/SwiftSelfContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public unsafe static void TestSelfIsFrozenEnregisteredStructWithExtraArgs()
9898
}
9999

100100
[Fact]
101-
[SkipOnMono("https://github.com/dotnet/runtime/issues/108855")]
102101
public unsafe static void TestSelfIsFrozenNonEnregisteredStructWithExtraArgs()
103102
{
104103
float sum = SumFrozenNonEnregisteredStructWithExtraArgs(3f, 4f, new SwiftSelf<FrozenNonEnregisteredStruct>(new FrozenNonEnregisteredStruct { A = 10, B = 20, C = 30, D = 40, E = 50 }));

0 commit comments

Comments
 (0)