Index: test/mjsunit/es8/object-get-own-property-descriptors.js |
diff --git a/test/mjsunit/harmony/object-get-own-property-descriptors.js b/test/mjsunit/es8/object-get-own-property-descriptors.js |
similarity index 99% |
rename from test/mjsunit/harmony/object-get-own-property-descriptors.js |
rename to test/mjsunit/es8/object-get-own-property-descriptors.js |
index c71b20a226249dbbbe841387565ae9bd5748933f..f88840dba4b654f21f1b7138b2054342ae958c05 100644 |
--- a/test/mjsunit/harmony/object-get-own-property-descriptors.js |
+++ b/test/mjsunit/es8/object-get-own-property-descriptors.js |
@@ -2,7 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --harmony-object-own-property-descriptors |
// Flags: --allow-natives-syntax |
function DataDescriptor(value) { |