mirror of https://github.com/tc39/test262.git
Update fresh-iterator-result.js
See https://github.com/tc39/proposal-iterator-sequencing/pull/18#issuecomment-2512825730
This commit is contained in:
parent
d5a09f40e4
commit
fc55660965
|
@ -46,4 +46,4 @@ let iterResult = iterator.next();
|
||||||
assert.sameValue(iterResult.done, false);
|
assert.sameValue(iterResult.done, false);
|
||||||
assert.sameValue(iterResult.value, 123);
|
assert.sameValue(iterResult.value, 123);
|
||||||
|
|
||||||
assert.notSameValue(iterResult, oldIterResult);
|
assert.sameValue(iterResult, oldIterResult);
|
||||||
|
|
Loading…
Reference in New Issue