mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 06:07:40 +00:00
chore(core): update to ldmL_test_source.cpp
This commit is contained in:
parent
c9643642a8
commit
29db34f252
1 changed files with 1 additions and 1 deletions
|
|
@ -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__;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue