| Index: test/mjsunit/global-deleted-property-keyed.js
|
| diff --git a/test/mjsunit/global-deleted-property-keyed.js b/test/mjsunit/global-deleted-property-keyed.js
|
| index dba3a4d4057c93f4d73ae156be9c08c0c6269e8d..a0e48ffdebc4f26c1f2aa9da94e3da173171b5a9 100644
|
| --- a/test/mjsunit/global-deleted-property-keyed.js
|
| +++ b/test/mjsunit/global-deleted-property-keyed.js
|
| @@ -26,9 +26,9 @@
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
| -// Flags: --expose-natives_as natives
|
| -// Test keyed access to deleted property in a global object without access checks.
|
| -// Regression test that exposed the_hole value from Runtime_KeyedGetPoperty.
|
| +// Flags: --expose-natives-as natives
|
| +// Test keyed access to deleted property in a global object w/o access checks.
|
| +// Regression test that exposed the_hole value from Runtime_KeyedGetProperty.
|
|
|
| var name = "fisk";
|
| natives[name] = name;
|
|
|