| Index: test/mjsunit/debug-scripts-request.js
|
| diff --git a/test/mjsunit/debug-scripts-request.js b/test/mjsunit/debug-scripts-request.js
|
| index e027563b9b89d8eb714b7b73ec89b7729c5424af..f9fdde6348e53a3648295ab7ea029f2e70e1151c 100644
|
| --- a/test/mjsunit/debug-scripts-request.js
|
| +++ b/test/mjsunit/debug-scripts-request.js
|
| @@ -108,3 +108,5 @@ debugger;
|
| assertTrue(listenerComplete,
|
| "listener did not run to completion, exception: " + exception);
|
| assertFalse(exception, "exception in listener")
|
| +
|
| +Debug.setListener(null);
|
|
|