aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-11-10 20:14:53 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-11-10 20:53:35 +0100
commita7ea2782793dc3d9dc3861fafbe1b0d3254c96c4 (patch)
tree82339172056a551038a27214566dfec37f1b1d7a /tests
parenta4d956048b4679bf5b448340d1f3428793699990 (diff)
Remove debug usage of QT_FORCE_ASSERTS
Amends a4d956048b4679bf5b448340d1f3428793699990 Change-Id: I9a44b6e800114968cb5e783282d439697b0a65a9 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.cpp b/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.cpp
index 2f5759d697..77f1f3b9cf 100644
--- a/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.cpp
+++ b/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.cpp
@@ -33,8 +33,6 @@
#include <QtQml/QQmlEngine>
#include <QtQml/QQmlComponent>
-#define QT_FORCE_ASSERTS 1
-
void tst_qmltyperegistrar::initTestCase()
{
Q_ASSERT(QCoreApplication::instance());