diff options
Diffstat (limited to 'test/btree2.c')
-rw-r--r-- | test/btree2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btree2.c b/test/btree2.c index d8abc84..a59861f 100644 --- a/test/btree2.c +++ b/test/btree2.c @@ -7625,7 +7625,7 @@ main(void) bt2_test_param_t tparam; /* Test parameters for v2 B-tree */ hid_t fapl = -1; /* File access property list for data files */ unsigned nerrors = 0; /* Cumulative error count */ - hbool_t reopen; /* Whether to reopen B-tree during tests */ + unsigned reopen; /* Whether to reopen B-tree during tests */ int ExpressMode; const char *envval = NULL; |