aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-2719.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2020-04-10 03:48:24 +0100
committerGitHub <noreply@github.com>2020-04-10 10:48:24 +0800
commitb35f4c5a83247251922e1d695576db29e821aee1 (patch)
tree0d03974b283625257374daa65d9f90fc0a38b22f /test/compress/issue-2719.js
parent41eb4f172552e8d20831673ae5019f9e54b37c11 (diff)
downloadtracifyjs-b35f4c5a83247251922e1d695576db29e821aee1.tar.gz
tracifyjs-b35f4c5a83247251922e1d695576db29e821aee1.zip
enhance `inline` (#3767)
Diffstat (limited to 'test/compress/issue-2719.js')
-rw-r--r--test/compress/issue-2719.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compress/issue-2719.js b/test/compress/issue-2719.js
index dc37f404..f11d0077 100644
--- a/test/compress/issue-2719.js
+++ b/test/compress/issue-2719.js
@@ -26,7 +26,7 @@ warn: {
}().length);
}
expect_warnings: [
- "WARN: Function.prototype.caller not supported [test/compress/issue-2719.js:5,19]",
"WARN: Function.prototype.arguments not supported [test/compress/issue-2719.js:5,19]",
+ "WARN: Function.prototype.caller not supported [test/compress/issue-2719.js:5,19]",
]
}