test: remove TODO comment
authorRich Trott <rtrott@gmail.com>
Tue, 2 Jun 2015 05:34:20 +0000 (22:34 -0700)
committerBrendan Ashworth <brendan.ashworth@me.com>
Tue, 9 Jun 2015 03:19:32 +0000 (20:19 -0700)
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>
test/parallel/test-preload.js

index e6bbfda..61ce9e8 100644 (file)
@@ -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;