Chromium Code Reviews| Index: test/inspector/debugger/return-break-locations-expected.txt |
| diff --git a/test/inspector/debugger/return-break-locations-expected.txt b/test/inspector/debugger/return-break-locations-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fa0368e1ccf75b93fcfc3038a6f714b0cd1b4c00 |
| --- /dev/null |
| +++ b/test/inspector/debugger/return-break-locations-expected.txt |
| @@ -0,0 +1,11 @@ |
| +Return break locations within function |
| + |
| +Running test: testTailCall |
| +[ |
| + [0] : { |
| + columnNumber : 0 |
| + lineNumber : 6 |
| + scriptId : <scriptId> |
| + type : return |
| + } |
| +] |