X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-234.cs;h=d1f0d8857b62ed364b8afc92a2d0c760f05c608e;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=28fb7d73182e32956596280db11d952ac1bbf55f;hpb=00e065484e866f3a0349c882f804c4a79a13ee5c;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 ();