Skip to content
Snippets Groups Projects
Commit 01e1a948 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

WIP chasing segfault in gtest_frame_base

parent 2fda6d8b
No related branches found
No related tags found
1 merge request!323Resolve "New data structure for storing stateblocks"
Pipeline #4710 passed
This commit is part of merge request !323. Comments created here will be created in the context of that merge request.
......@@ -85,8 +85,10 @@ TEST(FrameBase, LinksToTree)
// tree is inconsistent since we are missing the constrained_by link
// ASSERT_FALSE(P->check(0));
P->print(4,1,1,1);
// tree is now consistent
ASSERT_TRUE(P->check(0));
ASSERT_TRUE(P->check(1));
// F1 has one capture and no factors-by
ASSERT_FALSE(F1->getCaptureList().empty());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment