Merge pull request #4003 from ntherning/ignore-disconnected-interfaces-in-HttpListene...
[mono.git] / mcs / tests / test-678.cs
index cbb5bb7a02265da129df739d8d542506c52428a9..9d810eb53e0c36376dbf1e90d31003968d21ce55 100644 (file)
@@ -17,7 +17,7 @@ public class NaNTest
                        throw new ArgumentException ("fails 4");
        }
 
-       static int Main ()
+       public static int Main ()
        {
                if (Double.NaN < 0 || Double.NaN < 0)
                        throw new ArgumentException ("passes");