Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-233.cs
index 94dda70a7120d54dfcae3d411108a039ca0d4be1..fe3124f232495e488f2e2a2ce34a24399de37463 100644 (file)
@@ -3,7 +3,7 @@ using System.Reflection;
 
 class Tests {
 
-       static int Main () {
+       public static int Main () {
                return TestDriver.RunTests (typeof (Tests));
        }