From d545e5877947e490adad281fd1c8bd5a7af46ef2 Mon Sep 17 00:00:00 2001 From: Iluvmagick Date: Tue, 20 Feb 2024 22:24:44 +0400 Subject: [PATCH] Re-enable connectedness check. --- test/test_plonk_component.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_plonk_component.hpp b/test/test_plonk_component.hpp index 3711108c8..55deb32c4 100644 --- a/test/test_plonk_component.hpp +++ b/test/test_plonk_component.hpp @@ -236,8 +236,8 @@ namespace nil { // blueprint::detail::export_connectedness_zones( // zones, assignment, instance_input.all_vars(), start_row, component_instance.rows_amount, std::cout); - // BOOST_ASSERT_MSG(is_connected, - // "Component disconnected! See comment above this assert for a way to output a visual representation of the connectedness graph."); + BOOST_ASSERT_MSG(is_connected, + "Component disconnected! See comment above this assert for a way to output a visual representation of the connectedness graph."); } desc.usable_rows_amount = assignment.rows_amount();