kms_flip: Remove debugging leftovers

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2013-08-29 18:03:07 +01:00
parent a60f930018
commit 90a25055e3

View File

@ -1472,10 +1472,8 @@ int main(int argc, char **argv)
} }
for (i = 0; i < sizeof(tests) / sizeof (tests[0]); i++) { for (i = 0; i < sizeof(tests) / sizeof (tests[0]); i++) {
#if 0
igt_subtest(tests[i].name) igt_subtest(tests[i].name)
run_test(tests[i].duration, tests[i].flags); run_test(tests[i].duration, tests[i].flags);
#endif
igt_subtest_f( "2x-%s", tests[i].name) igt_subtest_f( "2x-%s", tests[i].name)
run_pair(tests[i].duration, tests[i].flags); run_pair(tests[i].duration, tests[i].flags);