Merge pull request #4003 from ntherning/ignore-disconnected-interfaces-in-HttpListene...
[mono.git] / mcs / tests / gtest-184.cs
index d6ee9533a681ef90100d5beee46b9f4ffcd3ee7a..8068e346e23ec15a225640e47c99c0a95b10fae0 100644 (file)
@@ -1,5 +1,5 @@
 class X {
-      static void Main ()
+      public static void Main ()
       {
        string [] s = { "a", "b", "a" };
        System.Array.FindAll (s, delegate (string str) { return str == "a"; });