Rename wxCmpNaturalGeneric() test to its actual name

The name of the test was still using the original function name, update
it to the actually used name.

No real changes.
This commit is contained in:
Vadim Zeitlin
2021-08-25 00:47:26 +02:00
parent dd0427514a
commit 9c0b543c04

View File

@@ -769,7 +769,7 @@ TEST_CASE("wxDynArray::IndexFromEnd", "[dynarray]")
}
TEST_CASE("wxNaturalStringComparisonGeneric()", "[wxString][compare]")
TEST_CASE("wxCmpNaturalGeneric", "[wxString][compare]")
{
// simple string comparison
CHECK(wxCmpNaturalGeneric("a", "a") == 0);