Quieten failing bool[] testcase message

This commit is contained in:
William S Fulton 2019-07-16 19:46:32 +01:00
commit fc9c37192b

View file

@ -27,7 +27,8 @@ public class runme
if( runtimeIsMono() )
{
Console.Error.WriteLine("Tests are running on mono, failing bool[] tests skipped");
// Console.Error.WriteLine("Tests are running on mono, failing bool[] tests skipped");
// See Mono bug report https://github.com/mono/mono/issues/15592
return;
}