X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-130.cs;h=34936d62dc7ef4910e43398fd4d768852ca9ee0a;hb=HEAD;hp=6403fbcdfbd8af22c8a1288125f8467c0abeb001;hpb=a097b5471761180c4aae2dab224ed9caeeae3e86;p=mono.git diff --git a/mcs/tests/test-130.cs b/mcs/tests/test-130.cs index 6403fbcdfbd..34936d62dc7 100644 --- a/mcs/tests/test-130.cs +++ b/mcs/tests/test-130.cs @@ -22,7 +22,7 @@ class X { public const short s2 = (short) c; public IntPtr p = (IntPtr) null; - static int Main () + public static int Main () { return 0; }