From 63bdeb0dab81a4aed4a2e215cae4669de7f583c3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 26 Jul 2010 20:22:33 -0400 Subject: [PATCH] Fix an icon test --- gio/tests/g-icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/tests/g-icon.c b/gio/tests/g-icon.c index d739fff..2d88cdb 100644 --- a/gio/tests/g-icon.c +++ b/gio/tests/g-icon.c @@ -319,7 +319,7 @@ test_file_icon (void) GInputStream *stream; gchar *str; - file = g_file_new_for_path (SRCDIR "/icons.c"); + file = g_file_new_for_path (SRCDIR "/g-icon.c"); icon = g_file_icon_new (file); g_object_unref (file); -- 2.7.4