Add pool log test method

This commit is contained in:
Léa Saviot
2018-07-02 14:47:15 +02:00
parent 253db1ac2c
commit 8bf0923ce6

View File

@@ -1,6 +1,10 @@
#include "refs.h"
#include <stdio.h>
void logPool() {
TreePool::sharedPool()->log();
}
void assert_expression_approximates_to(ExpressionRef e, float result) {
float b = e.approximate();
if (b > result) {