Revert "tests/gem_concurrent_blit: Fix segmentation fault"

This reverts commit 912a7d8556.

Now fixed for real!

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-08-26 20:41:00 +02:00
parent 8869e1e628
commit ad0f081f2b
2 changed files with 2 additions and 6 deletions
-4
View File
@@ -654,8 +654,6 @@ static enum {
bool __igt_fixture(void)
{
assert(!in_fixture);
if (igt_only_list_subtests())
return false;
@@ -673,8 +671,6 @@ void __igt_fixture_complete(void)
void __igt_fixture_end(void)
{
assert(in_fixture);
in_fixture = false;
longjmp(igt_subtest_jmpbuf, 1);
}