diff options
Diffstat (limited to 'tests/document-input-stream.c')
-rw-r--r-- | tests/document-input-stream.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/document-input-stream.c b/tests/document-input-stream.c index 930912e6..2da42d9b 100644 --- a/tests/document-input-stream.c +++ b/tests/document-input-stream.c @@ -140,9 +140,6 @@ test_consecutive_multibyte_big_read () int main (int argc, char *argv[]) { -#if !GLIB_CHECK_VERSION (2, 36, 0) - g_type_init (); -#endif g_test_init (&argc, &argv, NULL); g_test_add_func ("/document-input-stream/empty", test_empty); |