| Index: test/mjsunit/es6/debug-blockscopes.js
|
| diff --git a/test/mjsunit/harmony/debug-blockscopes.js b/test/mjsunit/es6/debug-blockscopes.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/debug-blockscopes.js
|
| rename to test/mjsunit/es6/debug-blockscopes.js
|
| index 8180377e6d399a8d48d9fc2ecdf10b9ab69028eb..9f5d13e90024f97df4a2ccc31ab59cf141a37dea 100644
|
| --- a/test/mjsunit/harmony/debug-blockscopes.js
|
| +++ b/test/mjsunit/es6/debug-blockscopes.js
|
| @@ -25,7 +25,7 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --expose-debug-as debug --harmony-scoping
|
| +// Flags: --expose-debug-as debug
|
| // The functions used for testing backtraces. They are at the top to make the
|
| // testing of source line/column easier.
|
|
|
|
|