Skip to content

Commit

Permalink
Fixed spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Apr 9, 2023
1 parent 3d7aa24 commit 790aeb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/compiling_tests_11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4326,7 +4326,7 @@ TEST_CASE_METHOD(
try
{
m.func(nn::TestOutput{ 3 });
FAIL("didn's throw");
FAIL("didn't throw");
}
catch (reported)
{
Expand Down
10 changes: 5 additions & 5 deletions test/compiling_tests_14.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3806,7 +3806,7 @@ TEST_CASE_METHOD(
try
{
m.func(nn::TestOutput{ 3 });
FAIL("didn's throw");
FAIL("didn't throw");
}
catch (reported)
{
Expand Down Expand Up @@ -5118,7 +5118,7 @@ TEST_CASE_METHOD(

TEST_CASE_METHOD(
Fixture,
"C++14: REQUIRE_CALL genereate OK-report when satisfied",
"C++14: REQUIRE_CALL generate OK-report when satisfied",
"[C++14][matching]")
{
{
Expand All @@ -5131,7 +5131,7 @@ TEST_CASE_METHOD(

TEST_CASE_METHOD(
Fixture,
"C++14: REQUIRE_CALL doesn't genereate OK-report when not satisfied",
"C++14: REQUIRE_CALL doesn't generate OK-report when not satisfied",
"[C++14][matching]")
{
{
Expand All @@ -5143,7 +5143,7 @@ TEST_CASE_METHOD(

TEST_CASE_METHOD(
Fixture,
"C++14: ALLOW_CALL genereate OK-report when satisfied",
"C++14: ALLOW_CALL generate OK-report when satisfied",
"[C++14][matching]")
{
{
Expand All @@ -5156,7 +5156,7 @@ TEST_CASE_METHOD(

TEST_CASE_METHOD(
Fixture,
"C++14: ALLOW_CALL doesn't genereate OK-report when not satisfied",
"C++14: ALLOW_CALL doesn't generate OK-report when not satisfied",
"[C++14][matching]")
{
{
Expand Down

0 comments on commit 790aeb4

Please sign in to comment.