chore(core): update to ldmL_test_source.cpp

This commit is contained in:
Steven R. Loomis 2024-11-29 15:40:48 -06:00
parent c9643642a8
commit 29db34f252

View file

@ -127,7 +127,7 @@ bool LdmlTestSource::get_expected_beep() const {
int LdmlTestSource::load_kmx_plus(const km::core::path &compiled) {
// check and load the KMX (yes, once again)
if(!km::core::ldml_processor::is_kmxplus_file(compiled, rawdata)) {
if(!km::core::ldml_processor::is_kmxplus_file(rawdata)) {
std::cerr << "Reading KMX for test purposes failed: " << compiled << std::endl;
return __LINE__;
}