Skip to content

Commit

Permalink
Merge pull request #118 from nanocoh/main
Browse files Browse the repository at this point in the history
fix valgrind on reductionOpt tests
  • Loading branch information
nanocoh authored Oct 14, 2024
2 parents ca3a29b + 2794dfb commit 6f8e6c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/logic_opt/ReductionOptTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ TEST_F(ReductionOptTests, testTruthTablesMap) {
}
NetlistStatistics netlistStats(*get());
netlistStats.process();
destroy();
printf("Netlist statistics: %s\n", netlistStats.getReport().c_str());
}

Expand Down

0 comments on commit 6f8e6c3

Please sign in to comment.