From 79131cd64749ee834118f32c2237693072950924 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Sat, 27 May 2017 22:18:28 +0800 Subject: [PATCH] extend `node_version` range on applicable tests (#2015) --- test/compress/dead-code.js | 2 +- test/compress/functions.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } -- 2.34.1