From e9eb7dbcceee21b7dba58bf6dee08a068a5905ab Mon Sep 17 00:00:00 2001 From: Demetrius flavious Date: Thu, 19 Oct 2023 20:46:28 +0300 Subject: [PATCH] Update Test.cpp --- Test/Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/Test.cpp b/Test/Test.cpp index 054e643..aa8a405 100644 --- a/Test/Test.cpp +++ b/Test/Test.cpp @@ -97,7 +97,6 @@ int runtests() //Several test cases, for now mostly checks for out of bounds errors, if there's no exceptions test is considered passed. params.DPIx = 120; params.DPIy = 120; - return 9; #if LLUTILS_PLATFORM == LLUTILS_PLATFORM_WIN32 params.fontPath = fontPathSegoeib.wstring(); @@ -114,6 +113,7 @@ int runtests() runTest(freeType, params, testParams); + return 0;