Skip to content

Commit

Permalink
Update Test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNicker committed Oct 19, 2023
1 parent 14ff740 commit e9eb7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand All @@ -114,6 +113,7 @@ int runtests()

runTest(freeType, params, testParams);

return 0;



Expand Down

0 comments on commit e9eb7db

Please sign in to comment.