X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-90.cs;h=eae64a7dd232a70b0abce9e4f68a39a95be9adc8;hb=bcefc710782c9e95d3e9bcad58d4bcf1a944150d;hp=5a097f5374dc16c9cb961db23723f22beb6ff65c;hpb=897e60e311cdc9f0103197dd7e4daa7015aaed16;p=mono.git diff --git a/mcs/tests/test-90.cs b/mcs/tests/test-90.cs old mode 100755 new mode 100644 index 5a097f5374d..eae64a7dd23 --- a/mcs/tests/test-90.cs +++ b/mcs/tests/test-90.cs @@ -28,8 +28,10 @@ namespace N1 } } - static int Main () - { - return 0; + public class Blah { + public static int Main () + { + return 0; + } } }