Browse Source

Enabled a test previously failing on Linux because of old Mono.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/918/head
Dimitar Dobrev 8 years ago
parent
commit
2f271207fd
  1. 5
      tests/CSharp/CSharp.Tests.cs

5
tests/CSharp/CSharp.Tests.cs

@ -387,9 +387,8 @@ public unsafe class CSharpTests : GeneratorTestFixture @@ -387,9 +387,8 @@ public unsafe class CSharpTests : GeneratorTestFixture
dervClass = new TestParamToInterfacePass(dervClass + baseInterface);
Assert.AreEqual(dervClass.M, 2);
}
// TODO: fails on the Linux CI but works locally on Vagrant - both have the same Mono version; it also works on OS X; go figure
[Test, Platform(Exclude = "Linux")]
[Test]
public unsafe void TestMultiOverLoadPtrToRef()
{
var r = 0;

Loading…
Cancel
Save