Browse Source

Remove Linux test exclusion

pull/1135/head
João Matos 8 years ago committed by GitHub
parent
commit
d363fa4871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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