JavaScript Tests - update test due to bug 309894

git-svn-id: svn://10.0.0.236/trunk@245648 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bclary%bclary.com
2008-02-13 23:34:49 +00:00
parent 84b047793d
commit 7aef6b6d89

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);