aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/blockstore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenstore/blockstore.cpp')
-rw-r--r--src/zenstore/blockstore.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenstore/blockstore.cpp b/src/zenstore/blockstore.cpp
index 8a6d9c18d..fcf934344 100644
--- a/src/zenstore/blockstore.cpp
+++ b/src/zenstore/blockstore.cpp
@@ -1634,7 +1634,8 @@ TEST_CASE("blockstore.iterate.chunks")
break;
}
return true;
- });
+ },
+ 0);
CHECK(Continue);
});
return true;