Fix an icon test

This commit is contained in:
Matthias Clasen 2010-07-26 20:22:33 -04:00
parent a8f83ea834
commit 63bdeb0dab

View File

@ -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);