| Index: test/mjsunit/runtime-gen/numbermod.js
|
| diff --git a/test/mjsunit/runtime-gen/numbermod.js b/test/mjsunit/runtime-gen/numbermod.js
|
| index 517afe29233f23036a89be9b5af93bd102e0ac20..6d5faeb2c5eb81ed8dd2d8bfc8a54a131c735dcf 100644
|
| --- a/test/mjsunit/runtime-gen/numbermod.js
|
| +++ b/test/mjsunit/runtime-gen/numbermod.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 _x = 1.5;
|
| var _y = 1.5;
|
| %NumberMod(_x, _y);
|
|
|