summaryrefslogtreecommitdiff
path: root/test/parallel/test-preload.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-preload.js')
-rw-r--r--test/parallel/test-preload.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-preload.js b/test/parallel/test-preload.js
index 8a2b56666d..71c282b9fb 100644
--- a/test/parallel/test-preload.js
+++ b/test/parallel/test-preload.js
@@ -100,7 +100,7 @@ replProc.on('close', function(code) {
assert.strictEqual(replStdout, output);
});
-// test that preload placement at other points in the cmdline
+// Test that preload placement at other points in the cmdline
// also test that duplicated preload only gets loaded once
childProcess.exec(
`"${nodeBinary}" ${preloadOption([fixtureA])}-e "console.log('hello');" ${