summaryrefslogtreecommitdiff
path: root/Examples/test-suite/javascript/typemap_ns_using_runme.js
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/javascript/typemap_ns_using_runme.js')
-rw-r--r--Examples/test-suite/javascript/typemap_ns_using_runme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/javascript/typemap_ns_using_runme.js b/Examples/test-suite/javascript/typemap_ns_using_runme.js
index 9115c16ae..7e4019ab2 100644
--- a/Examples/test-suite/javascript/typemap_ns_using_runme.js
+++ b/Examples/test-suite/javascript/typemap_ns_using_runme.js
@@ -1,4 +1,4 @@
-var typemap_ns_using = require("./typemap_ns_using");
+var typemap_ns_using = require("typemap_ns_using");
if (typemap_ns_using.spam(37) != 37)
throw "RuntimeError";