Index: test/mjsunit/runtime-gen/deleteproperty.js |
diff --git a/test/mjsunit/runtime-gen/deleteproperty.js b/test/mjsunit/runtime-gen/deleteproperty.js |
index 2f17c34190501b7aa609a75bccc953a8734ffcdb..66a882b1abacbbd4104f4cba45c1784c7ee7dc49 100644 |
--- a/test/mjsunit/runtime-gen/deleteproperty.js |
+++ b/test/mjsunit/runtime-gen/deleteproperty.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 _object = new Object(); |
var _key = "name"; |
var _strict_mode = 1; |