File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4326,7 +4326,7 @@ TEST_CASE_METHOD(
43264326 try
43274327 {
43284328 m.func (nn::TestOutput{ 3 });
4329- FAIL (" didn's throw" );
4329+ FAIL (" didn't throw" );
43304330 }
43314331 catch (reported)
43324332 {
Original file line number Diff line number Diff line change @@ -3806,7 +3806,7 @@ TEST_CASE_METHOD(
38063806 try
38073807 {
38083808 m.func (nn::TestOutput{ 3 });
3809- FAIL (" didn's throw" );
3809+ FAIL (" didn't throw" );
38103810 }
38113811 catch (reported)
38123812 {
@@ -5118,7 +5118,7 @@ TEST_CASE_METHOD(
51185118
51195119TEST_CASE_METHOD (
51205120 Fixture,
5121- " C++14: REQUIRE_CALL genereate OK-report when satisfied" ,
5121+ " C++14: REQUIRE_CALL generate OK-report when satisfied" ,
51225122 " [C++14][matching]" )
51235123{
51245124 {
@@ -5131,7 +5131,7 @@ TEST_CASE_METHOD(
51315131
51325132TEST_CASE_METHOD (
51335133 Fixture,
5134- " C++14: REQUIRE_CALL doesn't genereate OK-report when not satisfied" ,
5134+ " C++14: REQUIRE_CALL doesn't generate OK-report when not satisfied" ,
51355135 " [C++14][matching]" )
51365136{
51375137 {
@@ -5143,7 +5143,7 @@ TEST_CASE_METHOD(
51435143
51445144TEST_CASE_METHOD (
51455145 Fixture,
5146- " C++14: ALLOW_CALL genereate OK-report when satisfied" ,
5146+ " C++14: ALLOW_CALL generate OK-report when satisfied" ,
51475147 " [C++14][matching]" )
51485148{
51495149 {
@@ -5156,7 +5156,7 @@ TEST_CASE_METHOD(
51565156
51575157TEST_CASE_METHOD (
51585158 Fixture,
5159- " C++14: ALLOW_CALL doesn't genereate OK-report when not satisfied" ,
5159+ " C++14: ALLOW_CALL doesn't generate OK-report when not satisfied" ,
51605160 " [C++14][matching]" )
51615161{
51625162 {
You can’t perform that action at this time.
0 commit comments