X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-234.cs;h=d1f0d8857b62ed364b8afc92a2d0c760f05c608e;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=28fb7d73182e32956596280db11d952ac1bbf55f;hpb=f99ce750ee781a2584e849a0264300fa4d99aaaa;p=mono.git diff --git a/mcs/tests/gtest-234.cs b/mcs/tests/gtest-234.cs index 28fb7d73182..d1f0d8857b6 100644 --- a/mcs/tests/gtest-234.cs +++ b/mcs/tests/gtest-234.cs @@ -7,7 +7,7 @@ public class Test public IFoo GetFooGeneric () { return default (IFoo); } - static void Main () + public static void Main () { Test test = new Test (); test.GetFoo ();