xo-reader2 stack: handle comparison expression (x == y)
This commit is contained in:
parent
20cee5db7d
commit
cf9930a54a
8 changed files with 216 additions and 55 deletions
|
|
@ -227,7 +227,7 @@ namespace xo {
|
|||
|
||||
TEST_CASE("VirtualSchematikaMachine-apply2", "[interpreter2][VSM]")
|
||||
{
|
||||
scope log(XO_DEBUG(true));
|
||||
scope log(XO_DEBUG(false));
|
||||
|
||||
VsmConfig cfg;
|
||||
VirtualSchematikaMachine vsm(cfg);
|
||||
|
|
@ -269,6 +269,7 @@ namespace xo {
|
|||
FacetRegistry::instance().visit_pools(visitor);
|
||||
vsm.visit_pools(visitor);
|
||||
}
|
||||
|
||||
} /*namespace ut*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue