Bug 959155 - Jit-test basic\bug698584.js fails on Windows test machines; r=terrence

This commit is contained in:
Dan Minor 2014-02-03 08:50:19 -05:00
parent 5899cbf443
commit f3deea56d0

View File

@ -15,7 +15,8 @@ try
}
catch (e)
{
assertEq(""+e, "InternalError: allocation size overflow");
assertEq(""+e === "InternalError: allocation size overflow" ||
""+e === "out of memory", true);
}
/* Don't crash */