Skip to content

Commit fc55660

Browse files
michaelficarraptomato
authored andcommitted
Update fresh-iterator-result.js
See tc39/proposal-iterator-sequencing#18 (comment)
1 parent d5a09f4 commit fc55660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/built-ins/Iterator/concat/fresh-iterator-result.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ let iterResult = iterator.next();
4646
assert.sameValue(iterResult.done, false);
4747
assert.sameValue(iterResult.value, 123);
4848

49-
assert.notSameValue(iterResult, oldIterResult);
49+
assert.sameValue(iterResult, oldIterResult);

0 commit comments

Comments
 (0)