Update core/tests/unit/ldml/ldml.cpp

Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
Steven R. Loomis 2022-08-25 13:53:21 -05:00 committed by GitHub
parent f7aeba5f01
commit a809fc86be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}