summaryrefslogtreecommitdiff
path: root/Examples/test-suite/javascript/typemap_arrays_runme.js
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/javascript/typemap_arrays_runme.js')
-rw-r--r--Examples/test-suite/javascript/typemap_arrays_runme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/javascript/typemap_arrays_runme.js b/Examples/test-suite/javascript/typemap_arrays_runme.js
index cd6827ac9..610ecdd9c 100644
--- a/Examples/test-suite/javascript/typemap_arrays_runme.js
+++ b/Examples/test-suite/javascript/typemap_arrays_runme.js
@@ -1,4 +1,4 @@
-var typemap_arrays = require("./typemap_arrays");
+var typemap_arrays = require("typemap_arrays");
if (typemap_arrays.sumA(null) != 60)
throw "RuntimeError, Sum is wrong";