Index: test/mjsunit/debug-evaluate-nested.js |
diff --git a/test/mjsunit/debug-evaluate-nested.js b/test/mjsunit/debug-evaluate-nested.js |
index da11b9001c02606cc2e6e000e9531b9f515d7ade..965b5a7aa596f924af6c3711ffc02015432a13c1 100644 |
--- a/test/mjsunit/debug-evaluate-nested.js |
+++ b/test/mjsunit/debug-evaluate-nested.js |
@@ -34,7 +34,7 @@ function listener(event, exec_state, event_data, data) { |
exec_state.frame(0).evaluate("debugger;"); |
} else { |
checkScopes(exec_state.frame(0).allScopes(), |
- [ ScopeType.With, ScopeType.Closure, |
+ [ ScopeType.Eval, ScopeType.With, ScopeType.Closure, |
ScopeType.Script, ScopeType.Global ]); |
} |
} catch (e) { |