diff options
author | Jose <jose@zeroc.com> | 2020-04-22 12:14:15 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2020-04-22 12:14:41 +0200 |
commit | d4ce186c09a9830e549c9511e38963a7dd712f70 (patch) | |
tree | c85357cbec6e8967dd1607479e021ba8dccc9fb8 /csharp/test | |
parent | Fix C# TPC endpoint source address usage - Close #783 (#812) (diff) | |
download | ice-d4ce186c09a9830e549c9511e38963a7dd712f70.tar.bz2 ice-d4ce186c09a9830e549c9511e38963a7dd712f70.tar.xz ice-d4ce186c09a9830e549c9511e38963a7dd712f70.zip |
Fix C# Visual Studio 2013 build failure
Diffstat (limited to 'csharp/test')
-rw-r--r-- | csharp/test/IceSSL/configuration/AllTests.cs | 2 |
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) |