summaryrefslogtreecommitdiff
path: root/Examples/test-suite/javascript/preproc_runme.js
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/javascript/preproc_runme.js')
-rw-r--r--Examples/test-suite/javascript/preproc_runme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/javascript/preproc_runme.js b/Examples/test-suite/javascript/preproc_runme.js
index 669f9d1f0..167ca5ac1 100644
--- a/Examples/test-suite/javascript/preproc_runme.js
+++ b/Examples/test-suite/javascript/preproc_runme.js
@@ -1,4 +1,4 @@
-var preproc = require("./preproc");
+var preproc = require("preproc");
if (preproc.endif != 1)
throw "RuntimeError";