Merge pull request #5439 from alexrp/master
[mono.git] / mcs / tests / gtest-339.cs
index 6165a10b7bde758ffc64c494bed229601167687c..4a199dcdd10b1c8ff6c951188a72d777b2484f6e 100644 (file)
@@ -4,7 +4,7 @@ using System.Collections.Generic;
 
 class Program
 {
-       static void Main ()
+       public static void Main ()
        {
                SerializeDictionary (new SerializerLazyDictionary ());
        }