AutoTest: Remove stray white space

Change-Id: Ic50dfc5549974641df08666152ed1a3b70d9b580
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2016-08-25 16:34:22 +02:00
committed by Christian Stenger
parent 590971e898
commit b03c92a6ff

View File

@@ -178,7 +178,7 @@ static void performTestRun(QFutureInterface<TestResultPtr> &futureInterface,
}
futureInterface.reportResult(TestResultPtr(
new FaultyTestResult(Result::MessageFatal, TestRunner::tr(
"Test case canceled due to timeout. \nMaybe raise the timeout?"))));
"Test case canceled due to timeout.\nMaybe raise the timeout?"))));
}
}
futureInterface.setProgressValue(testCaseCount);