Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(475)

Unified Diff: test/mjsunit/regress/regress-119609.js

Issue 10067017: Untabify test/mjsunit/regress/regress-119609.js. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-119609.js
diff --git a/test/mjsunit/regress/regress-119609.js b/test/mjsunit/regress/regress-119609.js
index af4335bda59a100545a35b02572545ea1fb635a0..99041adaf435cfd0a90f973404452e5fcf2fbfbf 100644
--- a/test/mjsunit/regress/regress-119609.js
+++ b/test/mjsunit/regress/regress-119609.js
@@ -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) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698