From af836785d33dd5e7682a5589cbcdff382bed399a Mon Sep 17 00:00:00 2001 From: Emil <65846814+emil28092005@users.noreply.github.com> Date: Thu, 24 Sep 2026 02:34:12 +0300 Subject: [PATCH] Qualify Windows UTF-8 test entry point --- tests/editor_session_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/editor_session_tests.cpp b/tests/editor_session_tests.cpp index 8989bc0..e60dfc8 100644 --- a/tests/editor_session_tests.cpp +++ b/tests/editor_session_tests.cpp @@ -239,7 +239,7 @@ int test_main(int argc, char** argv) { } #ifdef _WIN32 int wmain(int argc, wchar_t** argv) { - return run_utf8_main(argc, argv, test_main); + return faset::run_utf8_main(argc, argv, test_main); } #else int main(int argc, char** argv) {