mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[COMPILER_APITEST] Convert global variables to static ones
This commit is contained in:
parent
4571c96534
commit
6e5d80df69
1 changed files with 1 additions and 1 deletions
|
@ -1069,7 +1069,7 @@ DEFINE_TEST(test_yield_5)
|
|||
return test_yield_5_helper() == return_positive() && test_yield_5_ret == return_positive();
|
||||
}
|
||||
|
||||
int test_yield_6_ret;
|
||||
static int test_yield_6_ret;
|
||||
|
||||
static
|
||||
int test_yield_6_helper(void)
|
||||
|
|
Loading…
Reference in a new issue