X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-151.cs;h=247b330c224aa7d13378e204abce2c6cd85d31cb;hb=d8be0899640d040272eb77b8749275a41a3d103a;hp=54fd9cceb617d3671e7082fa0c847864fc0c695c;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/tests/gtest-151.cs b/mcs/tests/gtest-151.cs index 54fd9cceb61..247b330c224 100644 --- a/mcs/tests/gtest-151.cs +++ b/mcs/tests/gtest-151.cs @@ -6,7 +6,10 @@ class Test where T: struct{ class X { - static void Main () - { } + public static int Main () + { + new Test (); + return 0; + } }