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

Unified Diff: task_scheduler/go/scheduling/task_candidate_test.go

Issue 2296763008: [task scheduler] Move files from build_scheduler/ to task_scheduler/ (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 4 years, 3 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 | « task_scheduler/go/scheduling/task_candidate.go ('k') | task_scheduler/go/scheduling/task_scheduler.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: task_scheduler/go/scheduling/task_candidate_test.go
diff --git a/build_scheduler/go/task_scheduler/task_candidate_test.go b/task_scheduler/go/scheduling/task_candidate_test.go
similarity index 96%
rename from build_scheduler/go/task_scheduler/task_candidate_test.go
rename to task_scheduler/go/scheduling/task_candidate_test.go
index 40b4853d5693287e9a1e925ef2a03689dd739603..5bdee9035d8dd634062a1a9706bbf85ac38c9c16 100644
--- a/build_scheduler/go/task_scheduler/task_candidate_test.go
+++ b/task_scheduler/go/scheduling/task_candidate_test.go
@@ -1,4 +1,4 @@
-package task_scheduler
+package scheduling
import (
"testing"
« no previous file with comments | « task_scheduler/go/scheduling/task_candidate.go ('k') | task_scheduler/go/scheduling/task_scheduler.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698