extend `node_version` range on applicable tests (#2015)
authorAlex Lam S.L <alexlamsl@gmail.com>
Sat, 27 May 2017 14:18:28 +0000 (22:18 +0800)
committerGitHub <noreply@github.com>
Sat, 27 May 2017 14:18:28 +0000 (22:18 +0800)
test/compress/dead-code.js
test/compress/functions.js

index 20e154b..0fcbbe4 100644 (file)
@@ -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: {
index ce8bab8..5ebd9d1 100644 (file)
@@ -243,5 +243,5 @@ hoist_funs_strict: {
         "5 'function' 'function'",
         "6 'undefined' 'function'",
     ]
-    node_version: "=4"
+    node_version: ">=4"
 }