Skip to content

Commit a944950

Browse files
committed
Add nsvp_CONFIG_COMPARE_POINTERS to test name
1 parent 1683c90 commit a944950

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/value-ptr.t.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ namespace compare_pointers {
811811
};
812812
}
813813

814-
CASE( "value_ptr: Provides relational operators (value_ptr pointer comparison, non-member)" )
814+
CASE( "value_ptr: Provides relational operators (non-member, value_ptr pointer comparison: nsvp_CONFIG_COMPARE_POINTERS!=0)" )
815815
{
816816
#if nsvp_CONFIG_COMPARE_POINTERS
817817
using namespace compare_pointers;
@@ -842,7 +842,7 @@ CASE( "value_ptr: Provides relational operators (value_ptr pointer comparison, n
842842
#endif
843843
}
844844

845-
CASE( "value_ptr: Provides relational operators (value_ptr value comparison, non-member)" )
845+
CASE( "value_ptr: Provides relational operators (non-member, value_ptr value comparison: nsvp_CONFIG_COMPARE_POINTERS==0)" )
846846
{
847847
#if ! nsvp_CONFIG_COMPARE_POINTERS
848848
using namespace compare_pointers;
@@ -890,7 +890,7 @@ CASE( "value_ptr: Provides relational operators (value_ptr value comparison, non
890890
#endif
891891
}
892892

893-
CASE( "value_ptr: Provides relational operators (value_ptr-value value comparison, non-member)" )
893+
CASE( "value_ptr: Provides relational operators (non-member, value_ptr-value value comparison: nsvp_CONFIG_COMPARE_POINTERS==0)" )
894894
{
895895
#if ! nsvp_CONFIG_COMPARE_POINTERS
896896
using namespace compare_pointers;

0 commit comments

Comments
 (0)