[System.Net.Http] HttpClient timeout range checks. Fixes #25755
[mono.git] / mcs / tests / test-10.cs
index b81ec78c2c4994ee1456b94ff7608d20bba58f43..27857a922c6f1224a4ddf847c02c426ced6de8b8 100644 (file)
@@ -149,7 +149,7 @@ checked (                   (ulong) a), checked ((char) a), checked ((float) a), (decimal) a);
                decimal dec2 = (decimal)dec;
        }
        
-       static void Main ()
+       public static void Main ()
        {
 
        }