Index: test/mjsunit/es6/reflect-apply.js |
diff --git a/test/mjsunit/harmony/reflect-apply.js b/test/mjsunit/es6/reflect-apply.js |
similarity index 99% |
rename from test/mjsunit/harmony/reflect-apply.js |
rename to test/mjsunit/es6/reflect-apply.js |
index 2cfb98282bbc21c5ef30f38183acefcb30142f47..fa3801378f45c5fd20ddc351e3106cc357944162 100644 |
--- a/test/mjsunit/harmony/reflect-apply.js |
+++ b/test/mjsunit/es6/reflect-apply.js |
@@ -2,8 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --harmony-reflect |
- |
(function testReflectApplyArity() { |
assertEquals(3, Reflect.apply.length); |