From 790aeb483f5bc0a4ce1d11313207bcba9e3fe2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fahller?= Date: Sun, 9 Apr 2023 13:36:50 +0200 Subject: [PATCH] Fixed spelling errors --- test/compiling_tests_11.cpp | 2 +- test/compiling_tests_14.cpp | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/compiling_tests_11.cpp b/test/compiling_tests_11.cpp index afdffef1..0aa616ae 100644 --- a/test/compiling_tests_11.cpp +++ b/test/compiling_tests_11.cpp @@ -4326,7 +4326,7 @@ TEST_CASE_METHOD( try { m.func(nn::TestOutput{ 3 }); - FAIL("didn's throw"); + FAIL("didn't throw"); } catch (reported) { diff --git a/test/compiling_tests_14.cpp b/test/compiling_tests_14.cpp index 69356b51..0c3cad7f 100644 --- a/test/compiling_tests_14.cpp +++ b/test/compiling_tests_14.cpp @@ -3806,7 +3806,7 @@ TEST_CASE_METHOD( try { m.func(nn::TestOutput{ 3 }); - FAIL("didn's throw"); + FAIL("didn't throw"); } catch (reported) { @@ -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]") { { @@ -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]") { { @@ -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]") { { @@ -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]") { {