Merge pull request #4816 from BrzVlad/fix-remoting-exception
[mono.git] / mcs / tests / test-405.cs
index 926a7fdf7e613363c56122d219e6845c77df08da..ee321936d36b1c2fe281f4badaeb48f0ff0ebd95 100644 (file)
@@ -19,7 +19,7 @@ namespace testapp{
         }
 
         class TestApp{
-                static void Main(string[] args){
+                public static void Main(string[] args){
                         LibTestAPI myapi = new LibTestAPI();
                         myapi.Create();
                 }