| Index: test/mjsunit/runtime-gen/globalproxy.js
|
| diff --git a/test/mjsunit/runtime-gen/globalreceiver.js b/test/mjsunit/runtime-gen/globalproxy.js
|
| similarity index 88%
|
| rename from test/mjsunit/runtime-gen/globalreceiver.js
|
| rename to test/mjsunit/runtime-gen/globalproxy.js
|
| index 332a33437b2dc577c59d577835d9c0025234028d..52e160f39866d0cd5c71414cb329889911b27f50 100644
|
| --- a/test/mjsunit/runtime-gen/globalreceiver.js
|
| +++ b/test/mjsunit/runtime-gen/globalproxy.js
|
| @@ -2,4 +2,4 @@
|
| // AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
|
| // Flags: --allow-natives-syntax --harmony
|
| var _global = new Object();
|
| -%GlobalReceiver(_global);
|
| +%GlobalProxy(_global);
|
|
|