Skip to content

Commit

Permalink
adjust libcxx tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWF committed Aug 25, 2024
1 parent 8ae4b0f commit ad37382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/test/libcxx/algorithms/lifetimebound.verify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

struct Comp {
template <class T, class U>
bool operator()(T, U) {
bool operator()(T, U) const {
return false;
}
};
Expand Down

0 comments on commit ad37382

Please sign in to comment.