Skip to content

Commit

Permalink
test(core): build fix for test_unicode
Browse files Browse the repository at this point in the history
- incorporate change from #11483

Fixes: #10183
  • Loading branch information
srl295 committed May 23, 2024
1 parent e5ee26a commit f3a80f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/unit/ldml/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ test('test_context_normalization', tc, suite: 'ldml')
# Build and run additional test_unicode test

u = executable('test_unicode', 'test_unicode.cpp',
['test_unicode.cpp', '../emscripten_filesystem.cpp'],
['test_unicode.cpp', common_test_files],
cpp_args: defns + warns,
include_directories: [inc, libsrc, '../../../../developer/src/ext/json'],
link_args: links + tests_flags,
Expand Down

0 comments on commit f3a80f5

Please sign in to comment.