test: remove TODO comment
The comment suggests adding randomness to the test suite. PR-URL: https://github.com/nodejs/io.js/pull/1820 Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
This commit is contained in:
parent
38d1afc24d
commit
d9ddd7d345
@ -9,7 +9,6 @@ var nodeBinary = process.argv[0];
|
|||||||
var preloadOption = function(preloads) {
|
var preloadOption = function(preloads) {
|
||||||
var option = '';
|
var option = '';
|
||||||
preloads.forEach(function(preload, index) {
|
preloads.forEach(function(preload, index) {
|
||||||
// TODO: randomly pick -r or --require
|
|
||||||
option += '-r ' + preload + ' ';
|
option += '-r ' + preload + ' ';
|
||||||
});
|
});
|
||||||
return option;
|
return option;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user