exercise ASSERTs as part of pagemap_unittest

This fixes couple gcc warnings (array bounds) when accessing page map
radix tree.

Refers to #1401
This commit is contained in:
Aliaksey Kandratsenka 2023-07-13 17:50:55 -04:00
parent d2bacb8e36
commit 9d46f1e890

View File

@ -30,6 +30,7 @@
// ---
// Author: Sanjay Ghemawat
#undef NDEBUG
#include "config_for_unittests.h"
#include <stdio.h>