Skip to content
Snippets Groups Projects
Commit 7f82fe19 authored by JM's avatar JM
Browse files

Modification test is_in_screen

parent 98409788
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ test_result t_is_in_screen_0() ...@@ -153,7 +153,7 @@ test_result t_is_in_screen_0()
coordinates_create(WID / 2, HEI + 10), coordinates_create(WID / 2, HEI + 10),
coordinates_create(WID + 10, HEI + 10) coordinates_create(WID + 10, HEI + 10)
}; };
bool results[] = {true, true, true, true, false, false, false, false, false, false}; bool results[] = {true, true, true, false, false, false, false, false, false, false};
uint32_t nb_tests = sizeof(results) / sizeof(bool); uint32_t nb_tests = sizeof(results) / sizeof(bool);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment