mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-31 07:34:46 +02:00
FIxed a couple of test names
This commit is contained in:
parent
7619920f86
commit
fa751e6a37
@ -44,7 +44,7 @@ TEST_CASE
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
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][.]"
|
"[Tricky][failing][.]"
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
@ -55,7 +55,7 @@ TEST_CASE
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
TEST_CASE
|
TEST_CASE
|
||||||
(
|
(
|
||||||
"Where the LHS is not a simple value[failing]",
|
"Where the LHS is not a simple value",
|
||||||
"[Tricky][failing][.]"
|
"[Tricky][failing][.]"
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user