Skip to content

Commit

Permalink
chore(core): update to ldmL_test_source.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Nov 29, 2024
1 parent c964364 commit 29db34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/unit/ldml/ldml_test_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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__;
}
Expand Down

0 comments on commit 29db34f

Please sign in to comment.