From d46f2c3f9bbb09501ffca526663ca4ca387232d4 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Sat, 18 Feb 2023 09:35:17 -0600 Subject: [PATCH] Update core/tests/unit/ldml/ldml_test_source.cpp Co-authored-by: Marc Durdin --- core/tests/unit/ldml/ldml_test_source.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tests/unit/ldml/ldml_test_source.cpp b/core/tests/unit/ldml/ldml_test_source.cpp index 72385826ea..37e10ee48e 100644 --- a/core/tests/unit/ldml/ldml_test_source.cpp +++ b/core/tests/unit/ldml/ldml_test_source.cpp @@ -408,7 +408,6 @@ void LdmlJsonTestSource::set_key_from_id(key_event& k, const std::u16string& id) auto *key2 = kmxplus->key2Helper.findKeyByStringId(strId, keyIndex); assert(key2 != nullptr); if (key2 == nullptr) { - k = {0, 0}; return; }