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

Unified Diff: impl/memory/datastore_test.go

Issue 1911263002: Fix memory corruption bug in impl/memory (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/gae@master
Patch Set: fix comments Created 4 years, 8 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 | « impl/memory/datastore_query_execution.go ('k') | impl/memory/doc.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/memory/datastore_test.go
diff --git a/impl/memory/datastore_test.go b/impl/memory/datastore_test.go
index eacc07084b1bfa4c855a41353adc6b2b0b251f95..3a171109a2aedbda94e2ca4b1133dfeeee7bab8d 100644
--- a/impl/memory/datastore_test.go
+++ b/impl/memory/datastore_test.go
@@ -541,7 +541,7 @@ func TestCompoundIndexes(t *testing.T) {
return "idx::" + string(serialize.ToBytes(*def.PrepForIdxTable()))
}
- numItms := func(c *memCollection) uint64 {
+ numItms := func(c memCollection) uint64 {
ret, _ := c.GetTotals()
return ret
}
« no previous file with comments | « impl/memory/datastore_query_execution.go ('k') | impl/memory/doc.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698