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

Unified Diff: go/src/infra/gae/libs/meta/eg_test.go

Issue 1143053004: Simplify memory package interface. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: switch to blasters Created 5 years, 7 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 | « no previous file | go/src/infra/gae/libs/wrapper/gae/context.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/libs/meta/eg_test.go
diff --git a/go/src/infra/gae/libs/meta/eg_test.go b/go/src/infra/gae/libs/meta/eg_test.go
index 8abb102ca30648e39967385b1a9de4c50098db8f..441b024429b04b68ad8405b311e534cebfc95de4 100644
--- a/go/src/infra/gae/libs/meta/eg_test.go
+++ b/go/src/infra/gae/libs/meta/eg_test.go
@@ -19,7 +19,7 @@ func TestGetEntityGroupVersion(t *testing.T) {
t.Parallel()
Convey("GetEntityGroupVersion", t, func() {
- c := memory.Use(memory.Enable(context.Background()))
+ c := memory.Use(context.Background())
ds := wrapper.GetDS(c)
type A struct {
« no previous file with comments | « no previous file | go/src/infra/gae/libs/wrapper/gae/context.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698