Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-483.cs
index 2f1a8cb0b1a58b8824524dfff8b54589e6f8e4b8..ba8a361a7ef51199201c7243708fae7562b14c88 100644 (file)
@@ -4,7 +4,7 @@ using System.Collections.Generic;
 
 class Program
 {
-       static int Main ()
+       public static int Main ()
        {
                Int32Collection src = new Int32Collection ();
                Int32Collection dest = new Int32Collection ();