Modify tests

This commit is contained in:
Léa Saviot
2018-06-27 15:34:33 +02:00
parent adc422235b
commit d3db6827ae

View File

@@ -36,6 +36,8 @@ void createNodes() {
FloatRef smallFloat(0.2f);
FloatRef bigFloat(3.4f);
AdditionRef a(smallFloat, bigFloat);
ExpressionRef e = a;
ExpressionRef f = e;
}
void testPoolEmpties() {