Skip to content
Snippets Groups Projects

Resolve "New data structure for storing stateblocks"

Merged Joan Solà Ortega requested to merge 256-new-data-structure-for-storing-stateblocks into devel
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -85,8 +85,10 @@ TEST(FrameBase, LinksToTree)
@@ -85,8 +85,10 @@ TEST(FrameBase, LinksToTree)
// tree is inconsistent since we are missing the constrained_by link
// tree is inconsistent since we are missing the constrained_by link
// ASSERT_FALSE(P->check(0));
// ASSERT_FALSE(P->check(0));
 
P->print(4,1,1,1);
 
// tree is now consistent
// tree is now consistent
ASSERT_TRUE(P->check(0));
ASSERT_TRUE(P->check(1));
// F1 has one capture and no factors-by
// F1 has one capture and no factors-by
ASSERT_FALSE(F1->getCaptureList().empty());
ASSERT_FALSE(F1->getCaptureList().empty());
Loading