From fa751e6a37bfd8111de18d4d21e8791a20736edd Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 22 Dec 2014 20:17:26 +0000 Subject: [PATCH] FIxed a couple of test names --- projects/SelfTest/TrickyTests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/SelfTest/TrickyTests.cpp b/projects/SelfTest/TrickyTests.cpp index 4fe2c0ba..462718db 100644 --- a/projects/SelfTest/TrickyTests.cpp +++ b/projects/SelfTest/TrickyTests.cpp @@ -44,7 +44,7 @@ TEST_CASE /////////////////////////////////////////////////////////////////////////////// TEST_CASE ( - "Where the is more to the expression after the RHS[failing]", + "Where there is more to the expression after the RHS", "[Tricky][failing][.]" ) { @@ -55,7 +55,7 @@ TEST_CASE /////////////////////////////////////////////////////////////////////////////// TEST_CASE ( - "Where the LHS is not a simple value[failing]", + "Where the LHS is not a simple value", "[Tricky][failing][.]" ) {