aboutsummaryrefslogtreecommitdiffstats
path: root/tests/blogc/check_loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/blogc/check_loader.c')
-rw-r--r--tests/blogc/check_loader.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/blogc/check_loader.c b/tests/blogc/check_loader.c
index 52521e2..36a3471 100644
--- a/tests/blogc/check_loader.c
+++ b/tests/blogc/check_loader.c
@@ -50,8 +50,9 @@ test_get_filename(void **state)
char*
-__wrap_bc_file_get_contents(const char *path, size_t *len, bc_error_t **err)
+__wrap_bc_file_get_contents(const char *path, bool utf8, size_t *len, bc_error_t **err)
{
+ assert_true(utf8);
assert_null(*err);
const char *_path = mock_type(const char*);
if (_path != NULL)