mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue