Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(606)

Unified Diff: test/mjsunit/harmony/proxies-get.js

Issue 1695393003: [es6] Implement for-of iterator finalization (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove some debug left-overs Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/harmony/proxies-get.js
diff --git a/test/mjsunit/harmony/proxies-get.js b/test/mjsunit/harmony/proxies-get.js
index 04ebd3125795aa7b80f9d92cd986bcbfb21c383f..7ace4f706bc529643663b5094186657e260461f7 100644
--- a/test/mjsunit/harmony/proxies-get.js
+++ b/test/mjsunit/harmony/proxies-get.js
@@ -122,6 +122,7 @@
}, TypeError);
assertEquals([
"[[Get]](iterator, Symbol(Symbol.iterator))",
- "[[Get]](iterator, next)"
+ "[[Get]](iterator, next)",
+ "[[Get]](iterator, return)"
], log);
})();

Powered by Google App Engine
This is Rietveld 408576698