X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-138.cs;h=d44aa35387c3ccf19ee19a87770cfaa35576328c;hb=49a0494ecbf91d362af0b0301eccbf45dadf6817;hp=1581d2f99ec9aec9932132b2893cd0bd4d73bafe;hpb=b5cfba1835f2ba823796f825410e0062b7e4c9a3;p=mono.git diff --git a/mcs/tests/test-138.cs b/mcs/tests/test-138.cs index 1581d2f99ec..d44aa35387c 100644 --- a/mcs/tests/test-138.cs +++ b/mcs/tests/test-138.cs @@ -1,6 +1,6 @@ // ensure the argument to newarr is converted to int32 or native int class T { - static int Main() { + public static int Main() { char[] a; long len = 10; a = new char [len];