X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-135.cs;h=7456f7b63cae55e23b91035414b26140fbab4801;hb=56b3c007f428d93b7f230d58744393ad69e4ca63;hp=46b304a961931924de7659a5395205d30688386b;hpb=987f8c63e214937c50dcb308149f7558a2cbba41;p=mono.git diff --git a/mcs/tests/gtest-135.cs b/mcs/tests/gtest-135.cs index 46b304a9619..7456f7b63ca 100644 --- a/mcs/tests/gtest-135.cs +++ b/mcs/tests/gtest-135.cs @@ -2,7 +2,7 @@ using System; class X { - static void Main () + public static void Main () { int? a = null; int b = 3;