diff options
Diffstat (limited to 'tests/test-layout.c')
-rw-r--r-- | tests/test-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-layout.c b/tests/test-layout.c index 7415efe7..f4b36c77 100644 --- a/tests/test-layout.c +++ b/tests/test-layout.c @@ -236,7 +236,7 @@ test_file (const char *filename, GString *string) bytes = g_bytes_new_take (contents, length); - layout = pango_layout_deserialize (context, bytes, &error); + layout = pango_layout_deserialize (context, bytes, PANGO_LAYOUT_DESERIALIZE_DEFAULT, &error); g_assert_no_error (error); g_bytes_unref (bytes); |