| Index: test/mjsunit/es6/completion.js
|
| diff --git a/test/mjsunit/harmony/completion.js b/test/mjsunit/es6/completion.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/completion.js
|
| rename to test/mjsunit/es6/completion.js
|
| index ceeafb2b3d4e1b4523398540030c61a213a8e732..05565bfb456d430a2e29b9b0fe1960ef3088e173 100644
|
| --- a/test/mjsunit/harmony/completion.js
|
| +++ b/test/mjsunit/es6/completion.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-completion --harmony-sloppy-let --no-legacy-const
|
| +// Flags: --harmony-sloppy-let --no-legacy-const
|
|
|
|
|
| function assertUndef(x) {
|
|
|