Revision: 10484
Author:   [email protected]
Date:     Tue Jan 24 00:48:33 2012
Log:      Untabify test/mjsunit/debug-evaluate-locals-optimized-double.js.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/9284016
http://code.google.com/p/v8/source/detail?r=10484

Modified:
/branches/bleeding_edge/test/mjsunit/debug-evaluate-locals-optimized-double.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/debug-evaluate-locals-optimized-double.js Tue Jan 24 00:43:12 2012 +++ /branches/bleeding_edge/test/mjsunit/debug-evaluate-locals-optimized-double.js Tue Jan 24 00:48:33 2012
@@ -47,7 +47,8 @@
{ locals: {a1: 3.03, b1: 4.04}, args: { names: ["i", "x1", "y1"], values: [1, 5.05, 6.06] } },
   { locals: {a2: 5.05, b2: 6.06}, args: { names: ["i"], values: [2] } },
   { locals: {a3: 7.07, b3: 8.08}, args: { names: ["i", "x3", "y3", "z3"],
-                                       values: [3, 9.09, 10.10, undefined] } },
+ values: [3, 9.09, 10.10, undefined] }
+  },
{ locals: {a4: 9.09, b4: 10.10}, args: { names: ["i", "x4", "y4"], values: [4, 11.11, 12.12] } }
 ];

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to