diff options
Diffstat (limited to 't/helper/test-read-graph.c')
| -rw-r--r-- | t/helper/test-read-graph.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/t/helper/test-read-graph.c b/t/helper/test-read-graph.c index 5f585a1725..75927b2c81 100644 --- a/t/helper/test-read-graph.c +++ b/t/helper/test-read-graph.c @@ -33,6 +33,10 @@ int cmd__read_graph(int argc, const char **argv)  		printf(" oid_lookup");  	if (graph->chunk_commit_data)  		printf(" commit_metadata"); +	if (graph->chunk_generation_data) +		printf(" generation_data"); +	if (graph->chunk_generation_data_overflow) +		printf(" generation_data_overflow");  	if (graph->chunk_extra_edges)  		printf(" extra_edges");  	if (graph->chunk_bloom_indexes)  | 
