Index: test/mjsunit/es6/reflect-get-prototype-of.js |
diff --git a/test/mjsunit/harmony/reflect-get-prototype-of.js b/test/mjsunit/es6/reflect-get-prototype-of.js |
similarity index 99% |
rename from test/mjsunit/harmony/reflect-get-prototype-of.js |
rename to test/mjsunit/es6/reflect-get-prototype-of.js |
index 4dee91b61e1f7ba2cff914667f101503046de276..9fd155939a630a6a90a9fb57cb7fd37a89a1d292 100644 |
--- a/test/mjsunit/harmony/reflect-get-prototype-of.js |
+++ b/test/mjsunit/es6/reflect-get-prototype-of.js |
@@ -28,8 +28,6 @@ |
// Tests the Reflect.getPrototypeOf - ES6 26.1.8. |
// This is adapted from mjsunit/get-prototype-of.js. |
-// Flags: --harmony-reflect |
- |
function assertPrototypeOf(func, expected) { |