mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 452498 - modify test to deal with new SyntaxError: duplicate argument is mixed with destructuring pattern error.
This commit is contained in:
parent
c9c51f7aa5
commit
305b65a693
@ -62,7 +62,7 @@ function test()
|
||||
// (note, this is with -j; I don't know what the glorp! message is about.)
|
||||
|
||||
// =====
|
||||
function y([{x: x, x}]){}
|
||||
function y([{x: x, y}]){}
|
||||
|
||||
// Assertion failure: UPVAR_FRAME_SKIP(pn->pn_cookie) == (pn->pn_defn ? cg->staticLevel : 0), at ../jsemit.cpp:3547
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user