mirror of
https://github.com/tc39/test262.git
synced 2025-07-10 07:34:37 +02:00
Remove extraneous invocation
This commit is contained in:
parent
a2e1fc713e
commit
099d10cb34
@ -26,8 +26,6 @@ function* g() {
|
||||
var iter = g();
|
||||
var result;
|
||||
|
||||
iter = g();
|
||||
|
||||
result = iter.next();
|
||||
assert.sameValue(result.value, 1, 'First result `value`');
|
||||
assert.sameValue(result.done, false, 'First result `done` flag');
|
||||
|
Loading…
x
Reference in New Issue
Block a user