X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-138.cs;h=d44aa35387c3ccf19ee19a87770cfaa35576328c;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=1581d2f99ec9aec9932132b2893cd0bd4d73bafe;hpb=53e266903ec6b2d822cf5b0c566f6374df5307a4;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];