Browse Source

Excluded the test for fixed arrays of primitive pointers on macOS.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/955/head
Dimitar Dobrev 9 years ago
parent
commit
eb4014db42
  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]
[Test, Platform(Exclude = "MacOsX")]
public void TestFixedArrayParams()
{
Foo[] pointers = { new Foo { A = 2 }, new Foo { A = 5 }, new Foo { A = 7 } };

Loading…
Cancel
Save