| Index: test/mjsunit/debug-return-value.js
|
| diff --git a/test/mjsunit/debug-return-value.js b/test/mjsunit/debug-return-value.js
|
| index a9ac5204829a9eb477660c9b9d146fe5bb632ae2..3982ea91b3817791f0ffe78e651815a8d7a3708e 100644
|
| --- a/test/mjsunit/debug-return-value.js
|
| +++ b/test/mjsunit/debug-return-value.js
|
| @@ -101,7 +101,7 @@ function listener(event, exec_state, event_data, data) {
|
| exec_state.prepareStep(Debug.StepAction.StepIn, 1);
|
| } else {
|
| // Position at the end of the function.
|
| - assertEquals(debugger_source_position + 51,
|
| + assertEquals(debugger_source_position + 50,
|
| exec_state.frame(0).sourcePosition());
|
|
|
| // Just about to return from the function.
|
|
|