summaryrefslogtreecommitdiff
path: root/test/simple/test-module-loading.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/simple/test-module-loading.js')
-rw-r--r--test/simple/test-module-loading.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple/test-module-loading.js b/test/simple/test-module-loading.js
index 460c794267..220c3d163c 100644
--- a/test/simple/test-module-loading.js
+++ b/test/simple/test-module-loading.js
@@ -113,5 +113,5 @@ process.addListener("exit", function () {
assert.equal(true, errorThrownAsync);
- puts("exit");
+ console.log("exit");
});