Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nanocoh committed Sep 29, 2024
1 parent 108c96e commit b19f7f5
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 @@ -428,6 +428,7 @@ TEST_F(ReductionOptTests, testTruthTablesMap) {
printf("partial constant readers: %lu\n",
cp.getPartialConstantReaders().size());
ReductionOptimization reductionOpt(cp.getPartialConstantReaders());
reductionOpt.setNormalizedUniquification(false);
reductionOpt.run();
reductionOpt.collectStatistics();
}
Expand Down

0 comments on commit b19f7f5

Please sign in to comment.