summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2024-02-20 16:45:21 +0100
committerIvan Solovev <ivan.solovev@qt.io>2024-03-02 00:12:54 +0100
commita08bafc9205d0b67f71a1896ad84272eeb294374 (patch)
tree4d58531412a502a1d4aaa9b2404f61399d041f63 /tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp
parent34372af708cc2ed42ff8f533ca4700a2807555d9 (diff)
Add QByteArrayView vs QChar and vs char16_t relational operators
This allows to remove the dummy relational operators from tst_qstringapisymmetry. Task-number: QTBUG-108805 Change-Id: I7cb3154d6fcb571cafab6b318806f74bc8300448 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp')
-rw-r--r--tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp b/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp
index a007d47fd9..854d0ac991 100644
--- a/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp
+++ b/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp
@@ -60,13 +60,9 @@ constexpr bool is_fake_comparator_v = false;
MAKE_RELOP(>=, A1, A2) \
/*end*/
-MAKE_ALL(QByteArray, QChar)
-MAKE_ALL(QByteArray, char16_t)
-MAKE_ALL(char16_t, QByteArray)
MAKE_ALL(const char*, QChar)
-MAKE_ALL(QChar, QByteArray)
MAKE_ALL(QChar, const char*)
#undef MAKE_ALL