mirror of https://github.com/tc39/test262.git
parent
0a22ea3d29
commit
8688c4ab79
|
@ -55,7 +55,7 @@ emptyCells().then(function() {
|
|||
assert.sameValue(called, 1);
|
||||
|
||||
assert.sameValue(typeof iterator, 'object');
|
||||
assert.sameValue(typeof iteraror.next, 'function');
|
||||
assert.sameValue(typeof iterator.next, 'function');
|
||||
assert.throws(TypeError, function() {
|
||||
iterator.next();
|
||||
}, 'iterator.next throws a TypeError if IsFinalizationGroupCleanupJobActive is false');
|
||||
|
|
Loading…
Reference in New Issue