Index: test/mjsunit/harmony/object-get-own-property-descriptors.js |
diff --git a/test/mjsunit/harmony/object-get-own-property-descriptors.js b/test/mjsunit/harmony/object-get-own-property-descriptors.js |
index b23e7d6e021c8e4567dbe5210b45e8762c8c49ea..7f631d8e58f7ac10d04ca2b2961651117ac7693c 100644 |
--- a/test/mjsunit/harmony/object-get-own-property-descriptors.js |
+++ b/test/mjsunit/harmony/object-get-own-property-descriptors.js |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
// Flags: --harmony-object-own-property-descriptors |
-// Flags: --harmony-proxies --harmony-reflect --allow-natives-syntax |
+// Flags: --allow-natives-syntax |
function DataDescriptor(value) { |
return { "enumerable": true, "configurable": true, "writable": true, value }; |