From 4b78ce97b03cea03d4aff5e8c394117bc27f04a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wierci=C5=84ski?= Date: Thu, 29 Feb 2024 11:19:26 +0000 Subject: Revert "wasm: Disable problematic qlocal test for time being" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c23d3ca1f08a7c7c76bb71602a56a79898efa117. Reason for revert: Update to Emscripten 3.1.50 has been merged. Change-Id: Ie2082dcc2ee34a6d4e519c143037fda9678be234 Reviewed-by: Even Oscar Andersen Reviewed-by: Morten Johan Sørvig Reviewed-by: Qt CI Bot Reviewed-by: Jøger Hansegård --- tests/auto/corelib/text/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/auto/corelib/text/CMakeLists.txt') diff --git a/tests/auto/corelib/text/CMakeLists.txt b/tests/auto/corelib/text/CMakeLists.txt index d006c8de63..099f0e7eef 100644 --- a/tests/auto/corelib/text/CMakeLists.txt +++ b/tests/auto/corelib/text/CMakeLists.txt @@ -26,6 +26,4 @@ add_subdirectory(qstringtokenizer) add_subdirectory(qstringview) add_subdirectory(qtextboundaryfinder) add_subdirectory(qunicodetools) -if(NOT WASM) - add_subdirectory(qlocale) -endif() +add_subdirectory(qlocale) -- cgit v1.2.3