| Index: test/mjsunit/runtime-gen/debugpushpromise.js
|
| diff --git a/test/mjsunit/runtime-gen/debugpushpromise.js b/test/mjsunit/runtime-gen/debugpushpromise.js
|
| index aa351c97f4bff288a7ac9db396bc79ce97c9ee0a..350a61354a53a34983be2f2f35a8aa5170129556 100644
|
| --- a/test/mjsunit/runtime-gen/debugpushpromise.js
|
| +++ b/test/mjsunit/runtime-gen/debugpushpromise.js
|
| @@ -1,5 +1,5 @@
|
| // Copyright 2014 the V8 project authors. All rights reserved.
|
| // AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
|
| -// Flags: --allow-natives-syntax --harmony
|
| +// Flags: --allow-natives-syntax --harmony --harmony-proxies
|
| var _promise = new Object();
|
| %DebugPushPromise(_promise);
|
|
|