Browse Source

tests.cpp

tests
Antonio SJ Musumeci 1 day ago
parent
commit
874791a38c
  1. 2
      tests/tests.cpp

2
tests/tests.cpp

@ -124,7 +124,7 @@ void
test_config_branches()
{
uint64_t minfreespace;
Branches b(minfreespace);
Branches b;
Branches::Ptr bcp0;
Branches::Ptr bcp1;

Loading…
Cancel
Save