Merge pull request #4003 from ntherning/ignore-disconnected-interfaces-in-HttpListene...
[mono.git] / mcs / tests / test-230.cs
index 5b29a497e68aadd28bbb53c3385971afbf1d68c9..55fe02dcb8254958b9d6ad6d6c03b7b61a0318ac 100644 (file)
@@ -5,7 +5,7 @@ using System.Diagnostics;
 [module: DebuggableAttribute (false, false)] 
 
 class TestClass {
-        static int Main()
+        public static int Main()
         {
             Module[] moduleArray;
             moduleArray = Assembly.GetExecutingAssembly().GetModules(false);