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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user