forked from AuroraMiddleware/gtk
accessible: Fix test runner
This was an obvious typo.
This commit is contained in:
parent
d6559251fb
commit
c63799a624
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user