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 6f7d355335
commit 6d9a2bc5a7

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