Browse Source

Adjust `Ignore` linked issue

pull/1783/head
Salvage 2 years ago
parent
commit
1284a2c240
No known key found for this signature in database
GPG Key ID: 1362C7A680BA7451
  1. 2
      tests/dotnet/CSharp/CSharp.Tests.cs

2
tests/dotnet/CSharp/CSharp.Tests.cs

@ -2037,7 +2037,7 @@ public unsafe class CSharpTests
} }
[Test] [Test]
[Ignore("https://github.com/mono/CppSharp/issues/1777")] [Ignore("https://github.com/mono/CppSharp/issues/1786")]
public void TestValueTypeStringMemberDefaulted() public void TestValueTypeStringMemberDefaulted()
{ {
CSharp.ValueType test = default; CSharp.ValueType test = default;

Loading…
Cancel
Save