Skip to content

Commit

Permalink
test: remove TODO comment
Browse files Browse the repository at this point in the history
The comment suggests adding randomness to the test suite.

PR-URL: #1820
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
  • Loading branch information
Trott authored and brendanashworth committed Jun 9, 2015
1 parent 38d1afc commit d9ddd7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/parallel/test-preload.js
Expand Up @@ -9,7 +9,6 @@ var nodeBinary = process.argv[0];
var preloadOption = function(preloads) {
var option = '';
preloads.forEach(function(preload, index) {
// TODO: randomly pick -r or --require
option += '-r ' + preload + ' ';
});
return option;
Expand Down

0 comments on commit d9ddd7d

Please sign in to comment.