Index: test/debugger/debug/es6/debug-evaluate-blockscopes.js |
diff --git a/test/mjsunit/es6/debug-evaluate-blockscopes.js b/test/debugger/debug/es6/debug-evaluate-blockscopes.js |
similarity index 96% |
rename from test/mjsunit/es6/debug-evaluate-blockscopes.js |
rename to test/debugger/debug/es6/debug-evaluate-blockscopes.js |
index efc334e35fb9a042449adbcef75ebc2f48bb54fe..6ed3ca66e1e3c2ec13171a496c84860dad65e8ab 100644 |
--- a/test/mjsunit/es6/debug-evaluate-blockscopes.js |
+++ b/test/debugger/debug/es6/debug-evaluate-blockscopes.js |
@@ -25,7 +25,6 @@ |
// (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 |
// Test debug evaluation for functions without local context, but with |
// nested catch contexts. |
@@ -46,7 +45,6 @@ function f() { |
} |
}; |
-// Get the Debug object exposed from the debug context global object. |
var Debug = debug.Debug |
function listener(event, exec_state, event_data, data) { |