diff options
Diffstat (limited to 'test/fheap.c')
-rw-r--r-- | test/fheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fheap.c b/test/fheap.c index 33614c2..f45f856 100644 --- a/test/fheap.c +++ b/test/fheap.c @@ -15877,7 +15877,7 @@ curr_test = FHEAP_TEST_NORMAL; /* "Re-open heap" testing parameters */ case FHEAP_TEST_REOPEN: puts("Testing with reopen heap flag set"); - tparam.reopen_heap = TRUE; + tparam.reopen_heap = FHEAP_TEST_REOPEN; break; /* An unknown test? */ |