summaryrefslogtreecommitdiffstats
path: root/chrome/test/debugger
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/debugger')
-rw-r--r--chrome/test/debugger/test_protocol.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/debugger/test_protocol.js b/chrome/test/debugger/test_protocol.js
index 91abbf1..d3dcae8 100644
--- a/chrome/test/debugger/test_protocol.js
+++ b/chrome/test/debugger/test_protocol.js
@@ -18,7 +18,6 @@
*/
function shell(sh) {
shell_ = sh;
- shell_.response("{type: 'event', event: 'attach'}");
};
@@ -202,9 +201,6 @@ DebuggerTest.commandList = [
];
DebuggerTest.expectedOutput = [
- "< event:attach",
- "attached to testing",
- "< response:scripts",
"< event:break",
"g(), foo.html",
"60: debugger;",