Index: test/mjsunit/runtime-gen/defineaccessorpropertyunchecked.js |
diff --git a/test/mjsunit/runtime-gen/defineaccessorpropertyunchecked.js b/test/mjsunit/runtime-gen/defineaccessorpropertyunchecked.js |
index 0155ee9b7417219a71b217f3d622ff3f15bb1f7f..c6cbb91cc77466dd850d416b01d20945fd0c847d 100644 |
--- a/test/mjsunit/runtime-gen/defineaccessorpropertyunchecked.js |
+++ b/test/mjsunit/runtime-gen/defineaccessorpropertyunchecked.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 _obj = new Object(); |
var _name = "name"; |
var arg2 = function() {}; |