X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-118.cs;h=e5b1140be59e12ec96d22f7131935632ac5f4fbc;hb=d8be0899640d040272eb77b8749275a41a3d103a;hp=7e814876687517af22a315d65c07a9e5db180b08;hpb=dbf19eb41dbd299c4c33d4de35ffe3cf6c669832;p=mono.git diff --git a/mcs/tests/test-118.cs b/mcs/tests/test-118.cs index 7e814876687..e5b1140be59 100644 --- a/mcs/tests/test-118.cs +++ b/mcs/tests/test-118.cs @@ -8,7 +8,7 @@ class Container { // and LoaderOptimization is also the abbreviation for // LoaderOptimizationAttribute [LoaderOptimization (LoaderOptimization.SingleDomain)] - static int Main (string[] args) { + public static int Main (string[] args) { return 0; } }