Index: test/mjsunit/es6/debug-function-scopes.js |
diff --git a/test/mjsunit/es6/debug-function-scopes.js b/test/mjsunit/es6/debug-function-scopes.js |
index e7049ee3c0a77a5aa7ec9f0ad2dbe332ae02ae7a..c1a20e7b9e3b36269b340da9391656e593a0b256 100644 |
--- a/test/mjsunit/es6/debug-function-scopes.js |
+++ b/test/mjsunit/es6/debug-function-scopes.js |
@@ -45,7 +45,7 @@ function CheckScope(scope_mirror, scope_expectations, expected_scope_type) { |
} |
} |
-// A copy of the scope types from mirror-debugger.js. |
+// A copy of the scope types from debug/mirrors.js. |
var ScopeType = { Global: 0, |
Local: 1, |
With: 2, |