another test
[mono.git] / mono / tests / remoting1.cs
index fdc8a6659362f194273d19cea824831b571a38f6..de3ec58b9b11db95e720ed61316ee6bb4eb0a513 100644 (file)
@@ -82,7 +82,7 @@ class R1 : MarshalByRefObject {
        }
 
        public long nonvirtual_Add (int a, int b) {
-               Console.WriteLine ("nonvirtual_Add");
+               Console.WriteLine ("nonvirtual_Add " + a + " + " + b);
                return a + b;
        }
 }