tst_QAnyStringView: remove unused ONLY_3WAY() macro

Amends 2bc9ad0e5dd75cf69f4a8bf94a6a917de2b4e8c4.

Change-Id: I57a99fa82f1740405e2a8f8571ac2c6ba073ae91
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
(cherry picked from commit a7fdc926558981c99cb9fcc80074621b8af4968c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tatiana Borisova 2024-06-24 17:02:05 +02:00 committed by Qt Cherry-pick Bot
parent c2845f9eed
commit 1ecd3b8858

View File

@ -52,14 +52,6 @@
# define ONLY_WIN(expr) QSKIP("This is a Windows-only test")
#endif
#ifdef __cpp_impl_three_way_comparison
# define ONLY_3WAY(expr) expr
#else
# define ONLY_3WAY(expr) \
QSKIP("This test requires C++20 spaceship operator (<=>) " \
"support enabled in the standard library.")
#endif
using namespace Qt::StringLiterals;
template <typename T>