We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a09f4 commit fc55660Copy full SHA for fc55660
test/built-ins/Iterator/concat/fresh-iterator-result.js
@@ -46,4 +46,4 @@ let iterResult = iterator.next();
46
assert.sameValue(iterResult.done, false);
47
assert.sameValue(iterResult.value, 123);
48
49
-assert.notSameValue(iterResult, oldIterResult);
+assert.sameValue(iterResult, oldIterResult);
0 commit comments