JavaScript Tests - update test due to bug 309894

This commit is contained in:
bclary@bclary.com 2008-02-13 15:34:49 -08:00
parent b05af4d0c6
commit 8e1249bc83

View File

@ -53,14 +53,13 @@ function test()
printBugNumber(BUGNUMBER);
printStatus (summary);
expect = 'InternalError: yield not yet supported from filtering predicate';
try
{
(function() { <y/>.(<x/>.(false), (yield 3)) })().next();
}
catch(ex)
{
actual = ex + '';
print(ex + '');
}
reportCompare(expect, actual, summary);