JavaScript Test - update for regression test for bug 350692

This commit is contained in:
bclary%bclary.com 2006-08-31 18:25:08 +00:00
Родитель e9ee5e30f9
Коммит a5517afd63
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -51,12 +51,15 @@ function test()
printBugNumber (bug);
printStatus (summary);
var x = {y: {z: function() {}}};
try
{
import x['y']['z'];
}
catch(ex)
{
reportCompare('TypeError: x["y"]["z"] is not exported', ex + '', summary);
}
reportCompare(expect, actual, summary);