summaryrefslogtreecommitdiff
path: root/Examples/test-suite/javascript/callback_runme.js
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/javascript/callback_runme.js')
-rw-r--r--Examples/test-suite/javascript/callback_runme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/javascript/callback_runme.js b/Examples/test-suite/javascript/callback_runme.js
index 9b1ef01a3..021888641 100644
--- a/Examples/test-suite/javascript/callback_runme.js
+++ b/Examples/test-suite/javascript/callback_runme.js
@@ -1,4 +1,4 @@
-var callback = require("./callback");
+var callback = require("callback");
if (callback.foo(2) !== 2) {
throw new Error("Failed.");