summaryrefslogtreecommitdiff
path: root/test/fixtures/cluster-preload.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/cluster-preload.js')
-rw-r--r--test/fixtures/cluster-preload.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/cluster-preload.js b/test/fixtures/cluster-preload.js
index 3063e5b779..6637b418ba 100644
--- a/test/fixtures/cluster-preload.js
+++ b/test/fixtures/cluster-preload.js
@@ -1,6 +1,6 @@
var assert = require('assert');
-// https://github.com/nodejs/io.js/issues/1803
+// https://github.com/nodejs/node/issues/1803
// this module is used as a preload module. It should have a parent with the
// module search paths initialized from the current working directory
assert.ok(module.parent);