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

Unified Diff: go/src/infra/monitoring/dispatcher/loop_test.go

Issue 1223213002: Remove libs/clock in favor of luci-go/common/clock. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@abstract
Patch Set: rebase Created 5 years, 5 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 | « go/src/infra/monitoring/dispatcher/dispatcher.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/monitoring/dispatcher/loop_test.go
diff --git a/go/src/infra/monitoring/dispatcher/loop_test.go b/go/src/infra/monitoring/dispatcher/loop_test.go
index 5b49acd5b880e8940b5e7ebfa3bdbe5f95c4416e..a6c5c479a759fff7deeb73525da873b6f20ac40c 100644
--- a/go/src/infra/monitoring/dispatcher/loop_test.go
+++ b/go/src/infra/monitoring/dispatcher/loop_test.go
@@ -5,9 +5,9 @@ import (
"testing"
"time"
+ "github.com/luci/luci-go/common/clock"
+ "github.com/luci/luci-go/common/clock/testclock"
"golang.org/x/net/context"
- "infra/libs/clock"
- "infra/libs/clock/testclock"
)
// Should run f at least once, even if the duration is 0.
« no previous file with comments | « go/src/infra/monitoring/dispatcher/dispatcher.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698