| Index: test/mjsunit/stack-traces-custom-lazy.js
|
| diff --git a/test/mjsunit/stack-traces-custom-lazy.js b/test/mjsunit/stack-traces-custom-lazy.js
|
| index 91d97f3739dc746434731352a0ec7ade0d839484..02a465e6580edcb200e80e621334ee4bdc564869 100644
|
| --- a/test/mjsunit/stack-traces-custom-lazy.js
|
| +++ b/test/mjsunit/stack-traces-custom-lazy.js
|
| @@ -46,4 +46,3 @@ function testPrepareStackTrace(closure) {
|
|
|
| testPrepareStackTrace(function() { throw new Error("foo"); });
|
| testPrepareStackTrace(function f() { f(); });
|
| -
|
|
|