summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qstringapisymmetry
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qstringapisymmetry')
-rw-r--r--tests/auto/corelib/tools/qstringapisymmetry/tst_qstringapisymmetry.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/corelib/tools/qstringapisymmetry/tst_qstringapisymmetry.cpp b/tests/auto/corelib/tools/qstringapisymmetry/tst_qstringapisymmetry.cpp
index 5fd484ab03..7305a00d94 100644
--- a/tests/auto/corelib/tools/qstringapisymmetry/tst_qstringapisymmetry.cpp
+++ b/tests/auto/corelib/tools/qstringapisymmetry/tst_qstringapisymmetry.cpp
@@ -58,9 +58,6 @@ QString toQString(const QStringRef &ref) { return ref.toString(); }
MAKE_RELOP(>=, A1, A2) \
/*end*/
-MAKE_ALL(QStringRef, QByteArray)
-MAKE_ALL(QByteArray, QStringRef)
-
MAKE_ALL(QByteArray, QChar)
MAKE_ALL(QByteArray, QLatin1String)