| Index: test/mjsunit/runtime-gen/setfunctionbreakpoint.js
|
| diff --git a/test/mjsunit/runtime-gen/setfunctionbreakpoint.js b/test/mjsunit/runtime-gen/setfunctionbreakpoint.js
|
| index 1fc3516f9a93f1b41de4cd833b6da44b804c5bc0..010330e5a491096eef30a7c9e1a37b27115634b4 100644
|
| --- a/test/mjsunit/runtime-gen/setfunctionbreakpoint.js
|
| +++ b/test/mjsunit/runtime-gen/setfunctionbreakpoint.js
|
| @@ -1,7 +1,7 @@
|
| // 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 _function = function() {};
|
| -var arg1 = 200;
|
| +var arg1 = 218;
|
| var _break_point_object_arg = new Object();
|
| %SetFunctionBreakPoint(_function, arg1, _break_point_object_arg);
|
|
|