diff --git a/test.cpp b/test.cpp index 0ccbb6c98..3c186f9e8 100644 --- a/test.cpp +++ b/test.cpp @@ -1,6 +1,10 @@ #include "refs.h" #include +void logPool() { + TreePool::sharedPool()->log(); +} + void assert_expression_approximates_to(ExpressionRef e, float result) { float b = e.approximate(); if (b > result) {