Index: test/mjsunit/es6/reflect-define-property.js |
diff --git a/test/mjsunit/harmony/reflect-define-property.js b/test/mjsunit/es6/reflect-define-property.js |
similarity index 99% |
rename from test/mjsunit/harmony/reflect-define-property.js |
rename to test/mjsunit/es6/reflect-define-property.js |
index afd3ff6595f7420a0063ef28192da4da4e4742cb..b19c5aa6ff1864e5dedec37ceb90e206cafee3d7 100644 |
--- a/test/mjsunit/harmony/reflect-define-property.js |
+++ b/test/mjsunit/es6/reflect-define-property.js |
@@ -28,7 +28,7 @@ |
// Tests the Reflect.defineProperty method - ES6 26.1.3 |
// This is adapted from mjsunit/object-define-property.js. |
-// Flags: --allow-natives-syntax --harmony-reflect |
+// Flags: --allow-natives-syntax |
// Check that an exception is thrown when null is passed as object. |