From 22ff3cd469b761df9137824fb7928f86afa1d49f Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:06:17 -0400 Subject: [PATCH] Update unit test --- tests/cpptests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cpptests.cpp b/tests/cpptests.cpp index 8ce04a5..c83b3c5 100644 --- a/tests/cpptests.cpp +++ b/tests/cpptests.cpp @@ -638,7 +638,7 @@ wxStrlen)"; CHECK(cpp.get_deprecated_macros()[0].m_string == L"wxStrlen"); CHECK(cpp.get_deprecated_macros()[0].m_column == 14); CHECK(cpp.get_deprecated_macros()[0].m_line == 2); - CHECK(cpp.get_deprecated_macros()[0].m_usage.m_value == L"Use std::wcslen() or (wrap in a std::wstring_view) instead of wxStrlen."); + CHECK(cpp.get_deprecated_macros()[0].m_usage.m_value == L"Use std::wcslen() or (wrap in a std::wstring_view) instead of wxStrlen()."); } }