Skip to content

Commit

Permalink
fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-hauns committed Dec 12, 2024
1 parent e5ba786 commit fa64d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/TestUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ bool TestUtils::eqModACRect(Kernel::TermList lhs, Kernel::TermList rhs)

if (vl.size() != vr.size()) return false;

return anyPerm(vl.size(), [&](DArray<unsigned> perm) {
return anyPerm(vl.size(), [&](auto& perm) {
AcRectComp c {vl, vr, perm};
return eqModAC_(lhs, rhs, c);
});
Expand Down

0 comments on commit fa64d60

Please sign in to comment.