tst_QAnyStringView: remove unused ONLY_3WAY() macro
Amends 2bc9ad0e5d.
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>
bb10
parent
c2845f9eed
commit
1ecd3b8858
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue