tst_QAnyStringView: remove unused ONLY_3WAY() macro

Amends 2bc9ad0e5dd75cf69f4a8bf94a6a917de2b4e8c4.

Pick-to: 6.8
Change-Id: I57a99fa82f1740405e2a8f8571ac2c6ba073ae91
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
Tatiana Borisova 2024-06-24 17:02:05 +02:00 committed by Marc Mutz
parent c1b0f02878
commit a7fdc92655

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>