From a2b57474dc60759416bc2a5a8808806fd3317c01 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sat, 4 Apr 2020 14:37:42 +0200 Subject: error-helpers: port to use object logging --- src/tests/test-error-helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/test-error-helpers.c') diff --git a/src/tests/test-error-helpers.c b/src/tests/test-error-helpers.c index ff67ed80..ae2b8626 100644 --- a/src/tests/test-error-helpers.c +++ b/src/tests/test-error-helpers.c @@ -38,7 +38,7 @@ \ enum_value = g_enum_get_value (enum_class, i); \ if (enum_value) { \ - error = mm_## ERROR_SMALL ## _for_code ((MM##ERROR_CAMEL)i); \ + error = mm_## ERROR_SMALL ## _for_code ((MM##ERROR_CAMEL)i, NULL); \ g_assert_error (error, MM_ ## ERROR_CAPS, i); \ g_error_free (error); \ } \ -- cgit v1.2.3-70-g09d2