From 2ce6f3f0a29f4a9af829b2cb2424761b2cf5b0d9 Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 24 Apr 2022 12:53:50 -0500 Subject: make lily_init() obsolete --- tests/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/main.c') diff --git a/tests/main.c b/tests/main.c index 1306502..f3f1f06 100644 --- a/tests/main.c +++ b/tests/main.c @@ -8,8 +8,6 @@ int main() { - lily_init(); - run_test(test_LILY_LOCATION); run_test(test_assert_msg); run_test(test_assert_true); -- cgit v1.2.1