Index: test/mjsunit/es6/debug-evaluate-blockscopes.js |
diff --git a/test/mjsunit/harmony/debug-evaluate-blockscopes.js b/test/mjsunit/es6/debug-evaluate-blockscopes.js |
similarity index 98% |
rename from test/mjsunit/harmony/debug-evaluate-blockscopes.js |
rename to test/mjsunit/es6/debug-evaluate-blockscopes.js |
index d133cc07cec61fc37947087b7d67fb9e156e8957..e24ca783157084cb81a82cec80ceddafb3bb5b24 100644 |
--- a/test/mjsunit/harmony/debug-evaluate-blockscopes.js |
+++ b/test/mjsunit/es6/debug-evaluate-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 |
// Test debug evaluation for functions without local context, but with |
// nested catch contexts. |