diff options
Diffstat (limited to 'test/compress/hoist_props.js')
-rw-r--r-- | test/compress/hoist_props.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compress/hoist_props.js b/test/compress/hoist_props.js index 0d8e771a..c647ccc1 100644 --- a/test/compress/hoist_props.js +++ b/test/compress/hoist_props.js @@ -664,7 +664,7 @@ issue_2519: { } expect: { function testFunc() { - return 1 * ((6 + 5) / 2); + return +((6 + 5) / 2); } console.log(testFunc()); } |