Imported Upstream version 2.66.1
[platform/upstream/glib.git] / glib / tests / collate.c
index 0c0e1bb..bd9ea23 100644 (file)
@@ -271,7 +271,7 @@ int
 main (int argc, char *argv[])
 {
   gchar *path;
-  gint i;
+  guint i;
   const gchar *locale;
   CollateTest test[3];
 
@@ -312,4 +312,3 @@ main (int argc, char *argv[])
 
   return g_test_run ();
 }
-