X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-138.cs;h=c89a291ae69e101e389c32ade00b6a594c1d6c6d;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=1065205b7ce7765c3f72295c1f2817258243cf00;hpb=b6b13e72e91d5b529a6306ce53bda685932c77db;p=mono.git diff --git a/mcs/tests/gtest-138.cs b/mcs/tests/gtest-138.cs index 1065205b7ce..c89a291ae69 100644 --- a/mcs/tests/gtest-138.cs +++ b/mcs/tests/gtest-138.cs @@ -2,7 +2,7 @@ using System; class X { - static void Main () + public static void Main () { int? a = 4; long b = 5;