aboutsummaryrefslogtreecommitdiff
path: root/test/input/reduce/diff_error.js
diff options
context:
space:
mode:
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));