X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-118.cs;h=e5b1140be59e12ec96d22f7131935632ac5f4fbc;hb=8a28f5d1522b1456608a1efbfa4a1f7ec6f6cef3;hp=7e814876687517af22a315d65c07a9e5db180b08;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;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; } }