Browse Source

Restored the test for fixed arrays of primitive pointers on macOS. (#956)

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/958/head
Dimitar Dobrev 8 years ago committed by GitHub
parent
commit
18c52ba698
  1. 2
      tests/CSharp/CSharp.Tests.cs

2
tests/CSharp/CSharp.Tests.cs

@ -1072,7 +1072,7 @@ public unsafe class CSharpTests : GeneratorTestFixture @@ -1072,7 +1072,7 @@ public unsafe class CSharpTests : GeneratorTestFixture
}
}
[Test, Platform(Exclude = "MacOsX")]
[Test]
public void TestFixedArrayParams()
{
Foo[] pointers = { new Foo { A = 2 }, new Foo { A = 5 }, new Foo { A = 7 } };

Loading…
Cancel
Save