Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/sources/compile-javascript-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript-expected.txt |
| index 593cc8c5e591adc8becd60b5d97df865b87e2004..6c599e616eee1e9ff4d602a93af1360cca47e09c 100644 |
| --- a/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript-expected.txt |
| @@ -1,4 +1,4 @@ |
| Verifies proactive javascript compilation. |
| -0:14 [Error] Uncaught SyntaxError: Unexpected identifier |
| +0:13 [Error] Uncaught SyntaxError: Unexpected identifier |
|
dgozman
2016/07/08 20:28:19
Is this expected? Was it wrong?
kozy
2016/07/08 20:44:00
It's expected, I added separate test for compileSc
|