| Index: test/debugger/debug/debug-script.js
|
| diff --git a/test/debugger/debug/debug-script.js b/test/debugger/debug/debug-script.js
|
| index e351119f626c6243dcada6c254b4d4815c46e778..c4273f86f36b8845dc45dfbcfef69c39be573f3b 100644
|
| --- a/test/debugger/debug/debug-script.js
|
| +++ b/test/debugger/debug/debug-script.js
|
| @@ -81,7 +81,7 @@
|
| // This script, test-api.js and mjsunit.js has been loaded. If using d8, d8
|
| // loads a normal script during startup too.
|
| assertTrue(normal_count == 3 || normal_count == 4);
|
| -assertTrue(inspector_count == 2);
|
| +assertTrue(inspector_count == 1);
|
|
|
| // Test a builtins script.
|
| var array_script = Debug.findScript('native array.js');
|
|
|