From 982344a79986a010de1a54313cdf570ffe33caa2 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Mon, 14 Oct 2019 08:02:38 +0200 Subject: Dumper: Remove old workaround This part had been added for lldb provided by Xcode 8. Even LLDB 3.10 is rather old, so probably no more necessary. Change-Id: I823ee15869cc60cb8504fa6969758b5f7c3a74ab Reviewed-by: David Schulz Reviewed-by: hjk --- tests/auto/debugger/tst_dumpers.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index bbee83bc47..76c67e69d1 100644 --- a/tests/auto/debugger/tst_dumpers.cpp +++ b/tests/auto/debugger/tst_dumpers.cpp @@ -1585,8 +1585,6 @@ void tst_Dumpers::dumper() debugger.setWorkingDirectory(t->buildPath); debugger.start(exe, args); QVERIFY(debugger.waitForStarted()); - // FIXME: next line is necessary for LLDB <= 310 - remove asap - debugger.waitForReadyRead(1000); debugger.write(cmds.toLocal8Bit()); QVERIFY(debugger.waitForFinished()); output = debugger.readAllStandardOutput(); -- cgit v1.2.3