forked from qt-creator/qt-creator
AutoTest: Remove stray white space
Change-Id: Ic50dfc5549974641df08666152ed1a3b70d9b580 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Christian Stenger
parent
590971e898
commit
b03c92a6ff
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user