accessible: Fix test runner

This was an obvious typo.
This commit is contained in:
Jasper St. Pierre 2013-09-03 16:51:03 -04:00
parent d6559251fb
commit c63799a624

View File

@ -28,7 +28,7 @@ main (int argc, char *argv[])
tp = gtk_test_list_all_types (&n);
for (i = 0; i < n; n++)
for (i = 0; i < n; i++)
test_type (tp[i]);
return 0;