summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp
diff options
context:
space:
mode:
authorPiotr Wierciński <piotr.wiercinski@qt.io>2023-07-05 15:50:15 +0200
committerPiotr Wierciński <piotr.wiercinski@qt.io>2023-07-10 14:53:34 +0200
commit2efd82396208a522d6728853d916b82930f80f8c (patch)
tree865756d8e84dab983481abb5a10b1a61c867515b /tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp
parent3fa3e56e64530d57b1b47e110fc5d5e353a1da42 (diff)
CI: Enable tests under corelib/text for Wasm platform
We are gradually enabling more tests for WebAssembly platform for better test coverage. Long linking time is no longer an issue due to test batching. Change-Id: I7ee9f877ecda726bc23d8dd2507c616bb381ebc1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lorn Potter <lorn.potter@gmail.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, 4 insertions, 0 deletions
diff --git a/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp b/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp
index 0d3797b1c3..9664f2ef83 100644
--- a/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp
+++ b/tests/auto/corelib/text/qstringapisymmetry/tst_qstringapisymmetry.cpp
@@ -23,6 +23,8 @@
Q_DECLARE_METATYPE(QLatin1String)
+namespace {
+
struct QAnyStringViewUsingL1 : QAnyStringView {}; // QAnyStringView with Latin-1 content
struct QAnyStringViewUsingU8 : QAnyStringView {}; // QAnyStringView with Utf-8 content
struct QAnyStringViewUsingU16 : QAnyStringView {}; // QAnyStringView with Utf-16 content
@@ -82,6 +84,8 @@ MAKE_ALL(QUtf8StringView, QLatin1String)
#undef MAKE_RELOP
// END FIXME
+} // namespace
+
static constexpr int sign(int i) noexcept
{
return i < 0 ? -1 :