diff --git a/test/compress/yield.js b/test/compress/yield.js index cb11147c..0434b684 100644 --- a/test/compress/yield.js +++ b/test/compress/yield.js @@ -209,9 +209,5 @@ issue_2689: { return new t(); } } - expect: { - function* y() { - return new (yield x()); - } - } + expect_exact: "function*y(){return new(yield x())}" }