xo-expression2: + DConstant utest
This commit is contained in:
parent
c69ce58e15
commit
6b2ad521f3
3 changed files with 8 additions and 9 deletions
|
|
@ -248,7 +248,7 @@ namespace xo {
|
|||
auto f64o = DFloat::box<AGCObject>(p_psm->expr_alloc(),
|
||||
tk.f64_value());
|
||||
|
||||
auto expr = with_facet<AExpression>::mkobj(DConstant::make(p_psm->expr_alloc(), f64o));
|
||||
auto expr = DConstant::make(p_psm->expr_alloc(), f64o);
|
||||
|
||||
// DProgressSsm responsible for resolving cases like
|
||||
// 1.9,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue