X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-partial-03.cs;h=f4b77c75fe48d5a1888a13dfb01db6950ce74be4;hb=5afd4aa990748d9754b2590d5e50941b2ecb262a;hp=fa4eb1be1f18fa546e68540d6778b70c1a85bccc;hpb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;p=mono.git diff --git a/mcs/tests/test-partial-03.cs b/mcs/tests/test-partial-03.cs index fa4eb1be1f1..f4b77c75fe4 100644 --- a/mcs/tests/test-partial-03.cs +++ b/mcs/tests/test-partial-03.cs @@ -43,7 +43,7 @@ public partial class Test class X { - static int Main () + public static int Main () { Test test = new Test (); if (test.TestFoo () != 1)