X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-097.cs;h=63ead2583e150b9b9dd2cbb8b0a6c2244cdfc31e;hb=5e40f8980c5b236f57da360d30220103875c9581;hp=cc748cd4a9e6cd69ecf67f1cf3ec8b9efae0b24a;hpb=987f8c63e214937c50dcb308149f7558a2cbba41;p=mono.git diff --git a/mcs/tests/gtest-097.cs b/mcs/tests/gtest-097.cs index cc748cd4a9e..63ead2583e1 100644 --- a/mcs/tests/gtest-097.cs +++ b/mcs/tests/gtest-097.cs @@ -35,6 +35,6 @@ public class Bar : IBar, IBar class X { - static void Main () + public static void Main () { } }