X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-280.cs;h=a428ea931d60f78ed59d4073d2d512457897e6fb;hb=2b15ada1a1ad25ece63393c2ba40e5d9877b35a7;hp=8713c078ae2f2b1a9529d7585bf34ccbdd36a616;hpb=e5aa23189bfdb75e36528e491537ec26ca0fc0c0;p=mono.git diff --git a/mcs/tests/test-280.cs b/mcs/tests/test-280.cs index 8713c078ae2..a428ea931d6 100644 --- a/mcs/tests/test-280.cs +++ b/mcs/tests/test-280.cs @@ -16,8 +16,8 @@ namespace AppFramework.Util } return false; } - } - static void Main () {} + public static void Main () {} + } }