| Index: test/mjsunit/runtime-gen/checkexecutionstate.js
|
| diff --git a/test/mjsunit/runtime-gen/checkexecutionstate.js b/test/mjsunit/runtime-gen/checkexecutionstate.js
|
| index 93690fea6c26dd65fee138fa5f1cc0a0fe363968..7e740c39f6c725d670a8114958add5444d9ebb96 100644
|
| --- a/test/mjsunit/runtime-gen/checkexecutionstate.js
|
| +++ b/test/mjsunit/runtime-gen/checkexecutionstate.js
|
| @@ -1,6 +1,6 @@
|
| // 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 _break_id = 32;
|
| try {
|
| %CheckExecutionState(_break_id);
|
|
|