summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-11-24 16:36:31 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-11-25 03:48:09 +0100
commitbfe77a21fb0988a52fb77af09fe9675eb151e8b6 (patch)
tree303114c39ff4d10179a749491e7338fdb43261d9 /tests/auto/corelib/tools
parent7f1e145f7ee885d8c6b29d02206711040b65f6f6 (diff)
QVLA: do not include QtTest
The right include is QTest, QtTest drags in all of QtCore. Change-Id: Icc2964ccdb85fe1bfc9fe8f43351a4605a34329b Pick-to: 6.0 5.15 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests/auto/corelib/tools')
-rw-r--r--tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp b/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp
index 70a59e974f..83d3651281 100644
--- a/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp
+++ b/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp
@@ -26,7 +26,7 @@
**
****************************************************************************/
-#include <QtTest/QtTest>
+#include <QtTest/QTest>
#include <qvarlengtharray.h>
#include <qvariant.h>
#include <qscopeguard.h>