xo-expression2 utest: missed line for prev commit
This commit is contained in:
parent
9c17e89bf0
commit
02b34cebe9
1 changed files with 2 additions and 1 deletions
|
|
@ -240,7 +240,8 @@ namespace ut {
|
|||
bool ok = CollectorTypeRegistry::instance().install_types(coll);
|
||||
REQUIRE(ok);
|
||||
|
||||
obj<AGCObject> prim_gco = with_facet<AGCObject>::mkobj(&NumericPrimitives::s_mul_gco_gco_pm);
|
||||
obj<AGCObject> prim_gco
|
||||
= with_facet<AGCObject>::mkobj(NumericPrimitives::make_multiply_pm(alloc));
|
||||
obj<AExpression,DConstant> fn_expr = DConstant::make(alloc, prim_gco);
|
||||
|
||||
obj<AGCObject> val1 = DFloat::box<AGCObject>(alloc, 3.0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue