summaryrefslogtreecommitdiff
path: root/Examples/test-suite/javascript/nspace_runme.js
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/javascript/nspace_runme.js')
-rw-r--r--Examples/test-suite/javascript/nspace_runme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/javascript/nspace_runme.js b/Examples/test-suite/javascript/nspace_runme.js
index f1afff428..993610dd6 100644
--- a/Examples/test-suite/javascript/nspace_runme.js
+++ b/Examples/test-suite/javascript/nspace_runme.js
@@ -1,4 +1,4 @@
-var nspace = require("./nspace");
+var nspace = require("nspace");
var color1 = new nspace.Outer.Inner1.Color();
var color = new nspace.Outer.Inner1.Color(color1);