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 Dec 20, 2023
1 parent 24522aa commit 341bcb9
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 @@ -477,7 +477,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"Consider using std::wcslen() or (wrap in a std::wstring_view) instead.");
CHECK(cpp.get_deprecated_macros()[0].m_usage.m_value == L"Use std::wcslen() or (wrap in a std::wstring_view) instead.");
}
}

Expand Down

0 comments on commit 341bcb9

Please sign in to comment.