Merge pull request #3540 from kumpera/abort-on-gerror
[mono.git] / mcs / tests / test-134.cs
index 35cb5c0c15b247f15bed502d5d651adb8af31940..14c117ff342b5fc54b2e34f713057c9ff3be2c52 100644 (file)
@@ -47,7 +47,7 @@ class T: IB {
         public void A () {}
         public void B () {}
 
-        static int Main() {
+        public static int Main() {
 
                BB bb = new BB ();
                bb.A ();