summaryrefslogtreecommitdiff
path: root/csharp/test/IceSSL/configuration/AllTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/IceSSL/configuration/AllTests.cs')
-rw-r--r--csharp/test/IceSSL/configuration/AllTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/IceSSL/configuration/AllTests.cs b/csharp/test/IceSSL/configuration/AllTests.cs
index 86e0029439e..a86fdfa40b4 100644
--- a/csharp/test/IceSSL/configuration/AllTests.cs
+++ b/csharp/test/IceSSL/configuration/AllTests.cs
@@ -16,7 +16,7 @@ using System.Threading;
public class AllTests
{
- private static bool IsCatalinaOrGreater =>
+ private static bool IsCatalinaOrGreater =
IceInternal.AssemblyUtil.isMacOS && Environment.OSVersion.Version.Major >= 19;
private static void test(bool b)