From d9ddd7d345213cd2eb7008b55d0b22142664cc90 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 1 Jun 2015 22:34:20 -0700 Subject: [PATCH] test: remove TODO comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The comment suggests adding randomness to the test suite. PR-URL: https://github.com/nodejs/io.js/pull/1820 Reviewed-By: Johan Bergström --- test/parallel/test-preload.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/parallel/test-preload.js b/test/parallel/test-preload.js index e6bbfda..61ce9e8 100644 --- a/test/parallel/test-preload.js +++ b/test/parallel/test-preload.js @@ -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; -- 2.7.4