Move file of test helpers out of directory for qtconcurrentmap tests

The test helpers are used both in the qtconcurrentmap tests and in the
qtconcurrentfilter tests. In the future, they should also be used
in generated tests. This patch moves the function out of the
qtconcurrentmap folder as it is not specific to 'map'.

Change-Id: Ie79a7ae3040a7eab7364a3aabf934158c7527b5a
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Andreas Buhr 2020-10-14 20:19:38 +02:00
parent 986c09f815
commit 16e4ae01bb
3 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
#include <QList>
#include <QtTest/QtTest>
#include "../qtconcurrentmap/functions.h"
#include "../testhelper_functions.h"
class tst_QtConcurrentFilter : public QObject
{

View File

@ -34,7 +34,7 @@
#include <QtTest/QtTest>
#include "functions.h"
#include "../testhelper_functions.h"
class tst_QtConcurrentMap : public QObject
{