diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-29 18:03:07 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-29 18:04:11 +0100 |
commit | 90a25055e3ec7d9779663bec9cbae93187671bfd (patch) | |
tree | a21f44b827a2767dbd9fbe091035737aa4710bd3 | |
parent | a60f9300181496e5539f6914c9074e6d1aed0fe3 (diff) |
kms_flip: Remove debugging leftovers
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | tests/kms_flip.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/kms_flip.c b/tests/kms_flip.c index 9f02442b..55c45099 100644 --- a/tests/kms_flip.c +++ b/tests/kms_flip.c @@ -1472,10 +1472,8 @@ int main(int argc, char **argv) } for (i = 0; i < sizeof(tests) / sizeof (tests[0]); i++) { -#if 0 igt_subtest(tests[i].name) run_test(tests[i].duration, tests[i].flags); -#endif igt_subtest_f( "2x-%s", tests[i].name) run_pair(tests[i].duration, tests[i].flags); |