Index: test/inspector/debugger/inspector-break-api.js |
diff --git a/test/inspector/debugger/inspector-break-api.js b/test/inspector/debugger/inspector-break-api.js |
index 51c4611146126b9258c892a1aba78c207cece65c..af1f2df9dc70003c5cd6b7d61c198dab6ec17898 100644 |
--- a/test/inspector/debugger/inspector-break-api.js |
+++ b/test/inspector/debugger/inspector-break-api.js |
@@ -37,6 +37,7 @@ InspectorTest.runTestSuite([ |
Protocol.Runtime.evaluate({ expression: 'foo()//# sourceURL=expr1.js'}) |
.then(() => Protocol.Runtime.evaluate({ |
expression: 'foo()//# sourceURL=expr2.js'})) |
+ .then(() => cancelPauseOnNextStatement()) |
.then(next); |
}, |