aboutsummaryrefslogtreecommitdiff
path: root/test/input/reduce/diff_error.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2020-12-24 01:56:02 +0000
committerGitHub <noreply@github.com>2020-12-24 09:56:02 +0800
commit6988cd95584ce8b66716c17afad9d2dcc71717d0 (patch)
treef120244c759de2ecc2b53329602a2fd3569d4633 /test/input/reduce/diff_error.js
parent2390fae5c4b008aa1028ffdddaa071e4084ef8ac (diff)
downloadtracifyjs-6988cd95584ce8b66716c17afad9d2dcc71717d0.tar.gz
tracifyjs-6988cd95584ce8b66716c17afad9d2dcc71717d0.zip
replace `keep_fargs` default to `false` (#4443)
Diffstat (limited to 'test/input/reduce/diff_error.js')
-rw-r--r--test/input/reduce/diff_error.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/input/reduce/diff_error.js b/test/input/reduce/diff_error.js
index ba267c5c..467ee599 100644
--- a/test/input/reduce/diff_error.js
+++ b/test/input/reduce/diff_error.js
@@ -1,5 +1,5 @@
-(function f(a) {
- do {
- console.log(f.length);
- } while (console.log(f += 0));
-})();
+console.log(function(undefined) {
+ return undefined[function() {
+ {}
+ }] || 1 + .1 + .1;
+}(42));