Chromium Code Reviews| Index: milo/appengine/buildbot/html_data.go |
| diff --git a/milo/appengine/buildbot/html_data.go b/milo/appengine/buildbot/html_data.go |
| index 52b4f21771eb86182aa45b9e2d1466442d195ef4..6640bc81a2447c814aa912a87bdac7fc27476c63 100644 |
| --- a/milo/appengine/buildbot/html_data.go |
| +++ b/milo/appengine/buildbot/html_data.go |
| @@ -22,6 +22,7 @@ var testCases = []struct { |
| }{ |
| {"CrWinGoma", 30608}, |
| {"win_chromium_rel_ng", 246309}, |
| + {"newline", 1234}, |
| } |
| // BuildTestData returns sample test data for build pages. |