Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / outcome / test / tests / issue0061.cpp
index 52b7891..3e8d1a6 100644 (file)
@@ -31,7 +31,7 @@ DEALINGS IN THE SOFTWARE.
 #include <boost/test/unit_test.hpp>
 #include <boost/test/unit_test_monitor.hpp>
 
-BOOST_OUTCOME_AUTO_TEST_CASE(issues_61_result, "result<T1, E1> does not compare to incompatible result<T2, E2>")
+BOOST_OUTCOME_AUTO_TEST_CASE(issues_0061_result, "result<T1, E1> does not compare to incompatible result<T2, E2>")
 {
   using namespace BOOST_OUTCOME_V2_NAMESPACE;
   struct udt1
@@ -79,7 +79,7 @@ BOOST_OUTCOME_AUTO_TEST_CASE(issues_61_result, "result<T1, E1> does not compare
   BOOST_CHECK(failure("foo") != b);
 }
 
-BOOST_OUTCOME_AUTO_TEST_CASE(issues_61_outcome, "outcome<T1, E1, P1> does not compare to incompatible outcome<T2, E2, P2>")
+BOOST_OUTCOME_AUTO_TEST_CASE(issues_0061_outcome, "outcome<T1, E1, P1> does not compare to incompatible outcome<T2, E2, P2>")
 {
   using namespace BOOST_OUTCOME_V2_NAMESPACE;
   struct udt1