[System.Net.Http] HttpClient timeout range checks. Fixes #25755
[mono.git] / mcs / tests / gtest-110.cs
index 012bc2eb2fd7a1405c92f05bff52796d153106c0..b7f3b9c0561892aec6c750cdefa09901806deee8 100644 (file)
@@ -23,7 +23,7 @@ public class SpecialList<V> : IList<V>
 
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                IList<int> list = new List<int> ();
                int result = list.Map ("Hello");