xo-interpreter2 stack: work on runtime error representation [WIP]
This commit is contained in:
parent
01df73b371
commit
497dc8a626
5 changed files with 86 additions and 13 deletions
|
|
@ -225,7 +225,6 @@ namespace xo {
|
|||
vsm.visit_pools(visitor);
|
||||
}
|
||||
|
||||
#ifdef NOT_YET
|
||||
TEST_CASE("VirtualSchematikaMachine-apply2", "[interpreter2][VSM]")
|
||||
{
|
||||
scope log(XO_DEBUG(true));
|
||||
|
|
@ -265,7 +264,6 @@ namespace xo {
|
|||
FacetRegistry::instance().visit_pools(visitor);
|
||||
vsm.visit_pools(visitor);
|
||||
}
|
||||
#endif
|
||||
} /*namespace ut*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue