Skip to content

Commit

Permalink
test: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Oct 11, 2024
1 parent 3f23bfe commit f9a509a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/entt/core/compressed_pair.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ TEST(CompressedPair, Get) {
ASSERT_EQ(pair.first(), 3);
ASSERT_EQ(pair.second(), 4);

// NOLINTNEXTLINE((readability-qualified-auto)
// NOLINTNEXTLINE(readability-qualified-auto)
auto &[cfirst, csecond] = std::as_const(pair);

ASSERT_EQ(cfirst, 3);
Expand Down

0 comments on commit f9a509a

Please sign in to comment.