Chromium Code Reviews| Index: LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt |
| diff --git a/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt b/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt |
| index 0d0f27e721e00450d4c3d8bb86b66f8e1dce20cb..91d32ac71f25f903656c8d9a7b91788e0770d0c5 100644 |
| --- a/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt |
| +++ b/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt |
| @@ -26,7 +26,7 @@ Running: generatorFormatter |
| ====== 8< ------ |
| function *max() { |
| var a = yield; |
| - var b = yield; |
| + var b = yield 10; |
| if (a > b) |
| return a; |
| else |