| 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);
|
| })();
|
|
|