From d363fa48717178e6b86580131a95441e01fc53ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Matos?= Date: Wed, 17 Jan 2018 11:48:24 +0000 Subject: [PATCH] Remove Linux test exclusion --- tests/CSharp/CSharp.Tests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/CSharp/CSharp.Tests.cs b/tests/CSharp/CSharp.Tests.cs index e776b49a..96191cdc 100644 --- a/tests/CSharp/CSharp.Tests.cs +++ b/tests/CSharp/CSharp.Tests.cs @@ -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"));