Browse Source

fixed typo

Michele Caini 6 years ago
parent
commit
37ec97550e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/entt/signal/delegate.cpp

+ 1 - 1
test/entt/signal/delegate.cpp

@@ -172,7 +172,7 @@ TEST(Delegate, ConstNonConstNoExcept) {
     ASSERT_EQ(functor.cnt, 4);
 }
 
-TEST(Delegate, DeducedGuidelines) {
+TEST(Delegate, DeducedGuide) {
     const_nonconst_noexcept functor;
     const int value = 0;