From 47fbd9c2bd6c59b46fcf4c93851192cbb9240ebb Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 1 Mar 2019 19:52:55 -0500 Subject: move test variables into function body --- stdbool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdbool.c') diff --git a/stdbool.c b/stdbool.c index bb43b55..37a859e 100644 --- a/stdbool.c +++ b/stdbool.c @@ -2,10 +2,10 @@ #include #include "test.h" -static bool b; - void test_stdbool_h(void) { + bool b; + testing_header("stdbool.h"); test_true(true); -- cgit v1.2.1