Index: test/mjsunit/harmony/debug-evaluate-blockscopes.js |
diff --git a/test/mjsunit/harmony/debug-evaluate-blockscopes.js b/test/mjsunit/harmony/debug-evaluate-blockscopes.js |
index 549960a2892f78db50364618622cf7c10614afc9..06139d396557b7d168a2656fef44d3625a31a8e0 100644 |
--- a/test/mjsunit/harmony/debug-evaluate-blockscopes.js |
+++ b/test/mjsunit/harmony/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-block-scoping |
+// Flags: --expose-debug-as debug --harmony-scoping |
// Test debug evaluation for functions without local context, but with |
// nested catch contexts. |