diff --git a/src/libsysprof-analyze/tests/test-capture-model.c b/src/libsysprof-analyze/tests/test-capture-model.c index 04d36e13..b2de4471 100644 --- a/src/libsysprof-analyze/tests/test-capture-model.c +++ b/src/libsysprof-analyze/tests/test-capture-model.c @@ -67,7 +67,7 @@ main (int argc, g_print (" 0x%016"G_GINT64_MODIFIER"x: free", sysprof_document_allocation_get_address (SYSPROF_DOCUMENT_ALLOCATION (frame))); else - g_print (" 0x%016"G_GINT64_MODIFIER"x: allocate %"G_GUINT64_FORMAT" at ", + g_print (" 0x%016"G_GINT64_MODIFIER"x: allocate %"G_GUINT64_FORMAT, sysprof_document_allocation_get_address (SYSPROF_DOCUMENT_ALLOCATION (frame)), sysprof_document_allocation_get_size (SYSPROF_DOCUMENT_ALLOCATION (frame))); }