Revision: 11299
Author: [email protected]
Date: Thu Apr 12 13:29:48 2012
Log: Untabify test/mjsunit/regress/regress-119609.js.
[email protected]
Review URL: https://chromiumcodereview.appspot.com/10067017
http://code.google.com/p/v8/source/detail?r=11299
Modified:
/branches/bleeding_edge/test/mjsunit/regress/regress-119609.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/regress/regress-119609.js Thu Apr
12 12:32:29 2012
+++ /branches/bleeding_edge/test/mjsunit/regress/regress-119609.js Thu Apr
12 13:29:48 2012
@@ -35,7 +35,7 @@
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 @@
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) {
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev