Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-296.cs
index b5954434b1827528c66b5c368d8b924e4fc27e91..56018d8bab09c71e26ccbdaf82d5ba684c13340c 100644 (file)
@@ -1,7 +1,7 @@
 using System;
 
 public class GetElementTypeTest {
-       static int Main (string[] args) {
+       public static int Main (string[] args) {
                GetElementTypeTest me = new GetElementTypeTest ();
                Type t = me.GetType ();
                Type elementt = t.GetElementType ();