xo-reader2 stack: handle comparison expression (x == y)
This commit is contained in:
parent
cc98f515bd
commit
eee8de1dab
1 changed files with 2 additions and 1 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