mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 21:36:20 +00:00
bug 452498 - modify test to deal with new SyntaxError: duplicate argument is mixed with destructuring pattern error.
This commit is contained in:
parent
6f7d355335
commit
6d9a2bc5a7
@ -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…
x
Reference in New Issue
Block a user