Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: milo/appengine/buildbot/html_data.go

Issue 2944983003: [milo] {buildbucket,buildbot,swarming,logdog} -> backends/*. (Closed)
Patch Set: fix the tests Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « milo/appengine/buildbot/html.go ('k') | milo/appengine/buildbot/html_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/buildbot/html_data.go
diff --git a/milo/appengine/buildbot/html_data.go b/milo/appengine/buildbot/html_data.go
deleted file mode 100644
index 98a373d641cb89917d4d5fc1cc0e2045c8b15909..0000000000000000000000000000000000000000
--- a/milo/appengine/buildbot/html_data.go
+++ /dev/null
@@ -1,12 +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},
- {"win_chromium_rel_ng", 246309},
-}
« no previous file with comments | « milo/appengine/buildbot/html.go ('k') | milo/appengine/buildbot/html_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698