summaryrefslogtreecommitdiff
path: root/Examples/test-suite/javascript/preproc_include_runme.js
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/javascript/preproc_include_runme.js')
-rw-r--r--Examples/test-suite/javascript/preproc_include_runme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/javascript/preproc_include_runme.js b/Examples/test-suite/javascript/preproc_include_runme.js
index 4b827fbcc..5ec72b842 100644
--- a/Examples/test-suite/javascript/preproc_include_runme.js
+++ b/Examples/test-suite/javascript/preproc_include_runme.js
@@ -1,4 +1,4 @@
-var preproc_include = require("./preproc_include");
+var preproc_include = require("preproc_include");
if (preproc_include.multiply10(10) != 100)
throw "RuntimeError";