6 lines
86 B
C
6 lines
86 B
C
void do_tests() {
|
|
#ifdef __CACHE_STATS__
|
|
ASSERT(stringp(cache_stats()));
|
|
#endif
|
|
}
|