Skip to content

Commit d622567

Browse files
committed
m
1 parent e96ce28 commit d622567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestVectors/dafny/DDBEncryption/src/TestVectors.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
242242
ensures client.ValidState()
243243
modifies client.Modifies
244244
{
245-
var counts: array<int> := new int[100];
245+
var counts: array<int> := new int[100](i => 0);
246246
for i := 0 to numBuckets {
247247
DoBucketQuery(client, i, q, counts, queryName, custom, numBuckets);
248248
}

0 commit comments

Comments
 (0)