Skip to content

Commit

Permalink
Fix Wunused-variable
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Apr 8, 2024
1 parent b2c3658 commit 2a585be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/SelfTest/UsageTests/Compilation.tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ TEST_CASE( "Comparing const std::weak_ordering instances must compile",
auto const const_ordering_1 = std::weak_ordering::less;
auto const const_ordering_2 = std::weak_ordering::less;
auto plain_ordering_1 = std::weak_ordering::less;
auto plain_ordering_2 = std::weak_ordering::less;
REQUIRE( const_ordering_1 == plain_ordering_1 );
REQUIRE( const_ordering_1 == const_ordering_2 );
REQUIRE( plain_ordering_1 == const_ordering_1 );
Expand Down

0 comments on commit 2a585be

Please sign in to comment.