From: Lukas Krickl Date: Sun, 26 Nov 2023 08:09:16 +0000 (+0100) Subject: Fixed tests X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=7490febe0f2f4d55957fec5192e130dfd5fcfe17;p=ulas%2F.git Fixed tests --- diff --git a/src/test.c b/src/test.c index 1d8ebe3..6264afa 100644 --- a/src/test.c +++ b/src/test.c @@ -287,7 +287,7 @@ void test_asminstr(void) { void test_full(void) { TESTBEGIN("testfull"); - TESTEND("testend"); + TESTEND("testfull"); } int main(int arc, char **argv) {