Index: test/mjsunit/es6/object-assign.js |
diff --git a/test/mjsunit/harmony/object-assign.js b/test/mjsunit/es6/object-assign.js |
similarity index 99% |
rename from test/mjsunit/harmony/object-assign.js |
rename to test/mjsunit/es6/object-assign.js |
index 448ce9a0e06e48c8e2a3edbb22770744a8ac6a23..d56cb0d1cf3a0acc4debcd093dc8abe0552238a9 100644 |
--- a/test/mjsunit/harmony/object-assign.js |
+++ b/test/mjsunit/es6/object-assign.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-object |
- |
// Based on Mozilla Object.assign() tests |
function checkDataProperty(object, propertyKey, value, writable, enumerable, configurable) { |