From 9d0a8497f9693bccdd1c031104ea5837dc62e4ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 3 Apr 2015 16:34:05 +0200 Subject: Async: fix crash in Job::nestedJobWrapper --- async/autotests/asynctest.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'async/autotests') diff --git a/async/autotests/asynctest.cpp b/async/autotests/asynctest.cpp index c507721..61ab8bc 100644 --- a/async/autotests/asynctest.cpp +++ b/async/autotests/asynctest.cpp @@ -340,8 +340,6 @@ void AsyncTest::testSyncEach() void AsyncTest::testJoinedEach() { - QFAIL("Crashes due to bad lifetime of Future"); - auto job1 = Async::start, int>( [](int v, Async::Future> &future) { new AsyncSimulator>(future, { v * 2 }); -- cgit v1.2.3