summaryrefslogtreecommitdiff
path: root/Examples/test-suite/javascript/typemap_namespace_runme.js
blob: 614e0ffebb109b812d73746a05d04e2b9f2236a4 (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";