Rename test_equals_none to test_cmp_none

In order to add more tests the new name is more fitting.
This commit is contained in:
Alexander Grund
2024-08-16 10:52:32 +02:00
parent 411ead088d
commit e1a3501a78
2 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ run optional_test_inplace_factory.cpp ;
run optional_test_io.cpp ; run optional_test_io.cpp ;
run optional_test_move.cpp ; run optional_test_move.cpp ;
run optional_test_noexcept_move.cpp ; run optional_test_noexcept_move.cpp ;
run optional_test_equals_none.cpp ; run optional_test_cmp_none.cpp ;
run optional_test_value_access.cpp ; run optional_test_value_access.cpp ;
run optional_test_emplace.cpp ; run optional_test_emplace.cpp ;
run optional_test_minimum_requirements.cpp ; run optional_test_minimum_requirements.cpp ;