Fix typo noted by bclary in bug 471214

This commit is contained in:
Jeff Walden 2009-01-20 15:20:21 -08:00
parent 51b802e104
commit 316567571d

View File

@ -3847,7 +3847,7 @@ function testBitOrInconvertibleObjectAny()
{
threw = true;
if (i !== 94)
return "expected i === 4, got " + i;
return "expected i === 94, got " + i;
if (q !== 95)
return "expected q === 95, got " + q;
if (count !== 95)