blob: 2aa3580249a5a27e6adcd8318707468fcd8b5f6e [file] [log] [blame]
var typemap_namespace = require("typemap_namespace");
if (typemap_namespace.test1("hello") != "hello")
throw "RuntimeError";
if (typemap_namespace.test2("hello") != "hello")
throw "RuntimeError";