summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/gdk/memorytexture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gdk/memorytexture.c b/testsuite/gdk/memorytexture.c
index 372cece19d..1262800730 100644
--- a/testsuite/gdk/memorytexture.c
+++ b/testsuite/gdk/memorytexture.c
@@ -496,7 +496,7 @@ create_texture (GdkMemoryFormat format,
GdkPixbuf *pixbuf;
GBytes *bytes;
- bytes = gdk_texture_save_to_png_bytes (texture);
+ bytes = gdk_texture_save_to_tiff_bytes (texture);
g_assert (bytes);
g_object_unref (texture);
stream = g_memory_input_stream_new_from_bytes (bytes);