Commit 69952d78 authored by vegorov@chromium.org's avatar vegorov@chromium.org

Untabify test/mjsunit/regress/regress-119609.js.

TBR=kmillikin@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10067017

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11299 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent ec4c7727
......@@ -35,7 +35,7 @@ function listener(event, exec_state, event_data, data) {
try {
if (event == Debug.DebugEvent.Break) {
function lookup(name) {
return exec_state.frame(0).evaluate(name).value();
return exec_state.frame(0).evaluate(name).value();
}
assertEquals(3, lookup("e"));
......@@ -43,9 +43,9 @@ function listener(event, exec_state, event_data, data) {
assertEquals(1, lookup("a"));
try {
assertEquals(2, lookup("b"));
assertEquals(2, lookup("b"));
} catch (e) {
assertEquals("ReferenceError: b is not defined", e.toString());
assertEquals("ReferenceError: b is not defined", e.toString());
}
}
} catch (e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment