From: Alex Lam S.L Date: Sat, 27 May 2017 14:18:28 +0000 (+0800) Subject: extend `node_version` range on applicable tests (#2015) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=79131cd64749ee834118f32c2237693072950924;p=UglifyJS.git extend `node_version` range on applicable tests (#2015) --- diff --git a/test/compress/dead-code.js b/test/compress/dead-code.js index 20e154b2..0fcbbe43 100644 --- a/test/compress/dead-code.js +++ b/test/compress/dead-code.js @@ -99,7 +99,7 @@ dead_code_2_should_warn_strict: { f(); } expect_stdout: true - node_version: "=4" + node_version: ">=4" } dead_code_constant_boolean_should_warn_more: { diff --git a/test/compress/functions.js b/test/compress/functions.js index ce8bab80..5ebd9d19 100644 --- a/test/compress/functions.js +++ b/test/compress/functions.js @@ -243,5 +243,5 @@ hoist_funs_strict: { "5 'function' 'function'", "6 'undefined' 'function'", ] - node_version: "=4" + node_version: ">=4" }