Skip to content

Commit

Permalink
✅ Fixed a test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa committed Jun 2, 2023
1 parent c31c4ce commit 08792fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/network_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ TEST_CASE("High-degree fanin nodes", "[network-utils]")
std::string{"network contains nodes that exceed the supported non-constant fanin size"});
}

TEST_CASE("Incoming primary input", "[network-utils")
TEST_CASE("Incoming primary input", "[network-utils]")
{
const auto maj4 = blueprints::maj4_network<mockturtle::mig_network>();

Expand Down

0 comments on commit 08792fe

Please sign in to comment.