X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-anon-134.cs;h=01bd5922cf484d79012b19c955dce80aaae67188;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=090ab843c63d5530acb9c7b00c874c0b446d5e0f;hpb=0aedc3f6fb2194817c766659c50a7e7f4786672e;p=mono.git diff --git a/mcs/tests/test-anon-134.cs b/mcs/tests/test-anon-134.cs index 090ab843c63..01bd5922cf4 100644 --- a/mcs/tests/test-anon-134.cs +++ b/mcs/tests/test-anon-134.cs @@ -14,7 +14,7 @@ public class Test { delegate void D (); - static int Main () + public static int Main () { MyClass mc = null;