mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-06 23:57:40 +00:00
Update core/tests/unit/ldml/ldml.cpp
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
f7aeba5f01
commit
a809fc86be
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ run_test(const km::kbp::path &source, const km::kbp::path &compiled) {
|
|||
assert_equal(km_kbp_keyboard_load(compiled.c_str(), &test_kb), expect_load_status);
|
||||
|
||||
if (expected_error) {
|
||||
std::cout << "Keyboard was expected to be invalid, so exitting " << std::endl;
|
||||
std::cout << "Keyboard was expected to be invalid, so exiting " << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue