diff options
Diffstat (limited to 'ft/tests/test-pick-child-to-flush.cc')
-rw-r--r-- | ft/tests/test-pick-child-to-flush.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ft/tests/test-pick-child-to-flush.cc b/ft/tests/test-pick-child-to-flush.cc index 7839e8d9923..6f443d0300e 100644 --- a/ft/tests/test-pick-child-to-flush.cc +++ b/ft/tests/test-pick-child-to-flush.cc @@ -39,7 +39,7 @@ static int child_to_flush(FT UU(h), FTNODE parent, void* UU(extra)) { return 0; } else { - assert(FALSE); + assert(false); } return curr_child_to_flush; } @@ -63,11 +63,11 @@ static void merge_should_not_happen(struct flusher_advice* UU(fa), FTNODE UU(child), void* UU(extra)) { - assert(FALSE); + assert(false); } static bool recursively_flush_should_not_happen(FTNODE UU(child), void* UU(extra)) { - assert(FALSE); + assert(false); } static bool always_flush(FTNODE UU(child), void* UU(extra)) { |