Skip to content

Commit

Permalink
test: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Oct 5, 2023
1 parent 08474c6 commit 25e844f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/entt/poly/poly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ TYPED_TEST(Poly, Reference) {
ASSERT_EQ(poly->mul(3), 3);
}

ENTT_DEBUG_TYPED_TEST(Poly, ConstReference) {
TYPED_TEST(Poly, ConstReference) {
using poly_type = typename TestFixture::template type<>;

impl instance{};
Expand All @@ -319,7 +319,7 @@ ENTT_DEBUG_TYPED_TEST(Poly, ConstReference) {
ASSERT_EQ(poly->mul(3), 0);
}

TYPED_TEST(PolyDeathTest, ConstReference) {
ENTT_DEBUG_TYPED_TEST(PolyDeathTest, ConstReference) {
using poly_type = typename TestFixture::template type<>;

impl instance{};
Expand Down

0 comments on commit 25e844f

Please sign in to comment.