| Index: test/mjsunit/runtime-gen/numberand.js
|
| diff --git a/test/mjsunit/runtime-gen/numberand.js b/test/mjsunit/runtime-gen/numberand.js
|
| index b4b5ef29723b34968059eb0ad60056985cf578f3..9635e11bb66fba210f8ca950adb019d76709481c 100644
|
| --- a/test/mjsunit/runtime-gen/numberand.js
|
| +++ b/test/mjsunit/runtime-gen/numberand.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 = 32;
|
| var _y = 32;
|
| %NumberAnd(_x, _y);
|
|
|