| Index: test/mjsunit/runtime-gen/mathfloorrt.js
|
| diff --git a/test/mjsunit/runtime-gen/mathfloorrt.js b/test/mjsunit/runtime-gen/mathfloorrt.js
|
| index 091847464a2b5ef218c44c88445c7af2329abb61..2ae83aab529ac59cd042d51f309963c2b28357d0 100644
|
| --- a/test/mjsunit/runtime-gen/mathfloorrt.js
|
| +++ b/test/mjsunit/runtime-gen/mathfloorrt.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 _x = 1.5;
|
| %MathFloorRT(_x);
|
|
|