summaryrefslogtreecommitdiff
path: root/Examples/test-suite/javascript/typemap_namespace_runme.js
blob: 2aa3580249a5a27e6adcd8318707468fcd8b5f6e (plain)
1
2
3
4
5
6
7
var typemap_namespace = require("typemap_namespace");

if (typemap_namespace.test1("hello") != "hello")
    throw "RuntimeError";

if (typemap_namespace.test2("hello") != "hello")
    throw "RuntimeError";