Bug 633741 - Followup to fix an older test that expected non-standard behavior (which we don't quite implement, but it's not so important that it be fixed immediately now). r=orange

This commit is contained in:
Jeff Walden 2011-02-17 16:52:53 -08:00
Родитель 20543f0350
Коммит 66d95c44a9
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -24,7 +24,7 @@ try
}
catch (e)
{
assertEq(e instanceof TypeError, true, "expected TypeError, got: " + e);
reportCompare(e instanceof TypeError, true, "expected TypeError, got: " + e);
}
/******************************************************************************/

Просмотреть файл

@ -1,5 +1,5 @@
url-prefix ../../jsreftest.html?test=ecma_5/Global/
script adding-global-var-nonextensible-error.js
fails-if(!xulRuntime.shell) script adding-global-var-nonextensible-error.js
script parseInt-01.js
script parseFloat-01.js
script eval-01.js