summaryrefslogtreecommitdiffstats
path: root/test/fheap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/fheap.c')
-rw-r--r--test/fheap.c2
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? */