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 9 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
dervClass = new TestParamToInterfacePass(dervClass + baseInterface); dervClass = new TestParamToInterfacePass(dervClass + baseInterface);
Assert.AreEqual(dervClass.M, 2); 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]
[Test, Platform(Exclude = "Linux")]
public unsafe void TestMultiOverLoadPtrToRef() public unsafe void TestMultiOverLoadPtrToRef()
{ {
var r = 0; var r = 0;

Loading…
Cancel
Save