Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Sep 4, 2024
1 parent 54a4a5e commit 22ff3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpptests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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().");
}
}

Expand Down

0 comments on commit 22ff3cd

Please sign in to comment.