[Pkg-javascript-commits] [uglifyjs] 106/491: extend `node_version` range on applicable tests (#2015)
Jonas Smedegaard
dr at jones.dk
Wed Feb 14 19:51:26 UTC 2018
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.
commit 79131cd64749ee834118f32c2237693072950924
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date: Sat May 27 22:18:28 2017 +0800
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 20e154b..0fcbbe4 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 ce8bab8..5ebd9d1 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"
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list