Index: milo/appengine/job_source/buildbot/html_data.go |
diff --git a/milo/appengine/job_source/buildbot/html_data.go b/milo/appengine/job_source/buildbot/html_data.go |
deleted file mode 100644 |
index 4ab4f9cc34242bc91dfbb6251eab488009edae70..0000000000000000000000000000000000000000 |
--- a/milo/appengine/job_source/buildbot/html_data.go |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-package buildbot |
- |
-// We put this here because _test.go files are sometimes not built. |
-var TestCases = []struct { |
- Builder string |
- Build int |
-}{ |
- {"CrWinGoma", 30608}, |
- {"chromium_presubmit", 426944}, |
- {"newline", 1234}, |
- {"gerritCL", 1234}, |
- {"win_chromium_rel_ng", 246309}, |
-} |