blob: 39f1c65488770101e4d2e81e6d7bcf7fa8c54dc5 [file] [log] [blame]
// This test tests all the methods in the C# collection wrapper
using System;
using typemap_namespaceNamespace;
public class typemap_namespace_runme {
public static void Main() {
if (typemap_namespace.test1("hello") != "hello")
throw new Exception("test1 failed");
if (typemap_namespace.test2("hello") != "hello")
throw new Exception("test2 failed");
}
}