bug 452498 - modify test to deal with new SyntaxError: duplicate argument is mixed with destructuring pattern error.

This commit is contained in:
Bob Clary 2009-03-23 10:43:16 -07:00
parent c9c51f7aa5
commit 305b65a693

View File

@ -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