| Index: test/mjsunit/es6/string-raw.js
|
| diff --git a/test/mjsunit/harmony/string-raw.js b/test/mjsunit/es6/string-raw.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/string-raw.js
|
| rename to test/mjsunit/es6/string-raw.js
|
| index 28e2af916415d1d90d843df73959290947f0e40b..7a7f4c2a40ade49a98b7b0ad57b73012397704bf 100644
|
| --- a/test/mjsunit/harmony/string-raw.js
|
| +++ b/test/mjsunit/es6/string-raw.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-templates
|
| -
|
| (function testStringRawArity() {
|
| assertEquals(1, String.raw.length);
|
| })();
|
|
|