Index: test/debugger/debug/es6/debug-evaluate-blockscopes.js |
diff --git a/test/debugger/debug/es6/debug-evaluate-blockscopes.js b/test/debugger/debug/es6/debug-evaluate-blockscopes.js |
index 6ed3ca66e1e3c2ec13171a496c84860dad65e8ab..026754d34a4f4419d81a8b1ebd50971e400fa007 100644 |
--- a/test/debugger/debug/es6/debug-evaluate-blockscopes.js |
+++ b/test/debugger/debug/es6/debug-evaluate-blockscopes.js |
@@ -29,6 +29,8 @@ |
// Test debug evaluation for functions without local context, but with |
// nested catch contexts. |
+// Flags: --no-always-opt |
+ |
"use strict"; |
var x; |