diff --git a/tests/utils_tests.cpp b/tests/utils_tests.cpp index 05f8d0f..42644c3 100644 --- a/tests/utils_tests.cpp +++ b/tests/utils_tests.cpp @@ -80,7 +80,7 @@ TEST_CASE("finally_function_with_bind") CHECK(i == 1); } -int j = 0; +static int j = 0; void g() { j += 1; } TEST_CASE("finally_function_ptr") {