From 089da79517a50b5c48ce035bdd353f6977b1684c Mon Sep 17 00:00:00 2001 From: "christian.plesner.hansen@gmail.com" Date: Tue, 9 Sep 2008 20:20:35 +0000 Subject: [PATCH] Quick fix for mjsunit/debug-sourceinfo failure git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@243 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/debug-sourceinfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mjsunit/debug-sourceinfo.js b/test/mjsunit/debug-sourceinfo.js index 16fa33c..2bad07a 100644 --- a/test/mjsunit/debug-sourceinfo.js +++ b/test/mjsunit/debug-sourceinfo.js @@ -47,7 +47,7 @@ var comment_lines = 29; // This magic number is the length or the first line comment (actually number // of characters before 'function a(...'. -var comment_line_length = 1714; +var comment_line_length = 1726; var start_a = 10 + comment_line_length; var start_b = 37 + comment_line_length; var start_c = 71 + comment_line_length; -- 2.7.4