Browse Source

Remove Linux test exclusion (#1049)

pull/1053/head
João Matos 8 years ago committed by Dimitar Dobrev
parent
commit
74d753ae7f
  1. 1
      tests/CSharp/CSharp.Tests.cs

1
tests/CSharp/CSharp.Tests.cs

@ -568,7 +568,6 @@ public unsafe class CSharpTests : GeneratorTestFixture @@ -568,7 +568,6 @@ public unsafe class CSharpTests : GeneratorTestFixture
}
}
[Test, Platform(Exclude = "Linux", Reason = "This fails on Linux for no reason at all.")]
public void TestStdStringConstant()
{
Assert.That(CSharp.HasFreeConstant.AnotherUnit.STD_STRING_CONSTANT, Is.EqualTo("test"));

Loading…
Cancel
Save