Browse Source

Restored a test crashing on Windows on other platforms.

Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
pull/551/head
Dimitar Dobrev 10 years ago
parent
commit
1d8f480ef0
  1. 3
      tests/Common/Common.Tests.cs

3
tests/Common/Common.Tests.cs

@ -452,7 +452,8 @@ public class CommonTests : GeneratorTestFixture @@ -452,7 +452,8 @@ public class CommonTests : GeneratorTestFixture
new TestDelegates().MarshalUnattributedDelegate(i => i);
}
[Test, Ignore]
// TODO: this test crashes our Windows build, possibly a problem with the NUnit runner there
[Test, Platform(Exclude = "Win")]
public void TestPassAnonymousDelegate()
{
var testDelegates = new TestDelegates();

Loading…
Cancel
Save