Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / outcome / test / tests / issue0095.cpp
index e33228b..f2831e1 100644 (file)
@@ -52,7 +52,7 @@ namespace issue0095
     return i;
   }
 }  // namespace issue0095
-BOOST_OUTCOME_AUTO_TEST_CASE(issues_95_outcome, "operator conversions on E type cause TRY to fail")
+BOOST_OUTCOME_AUTO_TEST_CASE(issues_0095_outcome, "operator conversions on E type cause TRY to fail")
 {
   BOOST_CHECK(issue0095::e().has_error());
 }