From 58da5195ef7d517f851ebfabfe79cfa27c0b2dde Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Thu, 20 Apr 2023 18:26:05 +0200 Subject: parser: Fix test name from lexer_test to parser Signed-off-by: Johnny Richard --- test/parser_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parser_test.c b/test/parser_test.c index d0d36ca..d1b8881 100644 --- a/test/parser_test.c +++ b/test/parser_test.c @@ -104,7 +104,7 @@ static MunitTest tests[] = { }; static const MunitSuite suite = { - "/lexer_test", tests, NULL, 1, MUNIT_SUITE_OPTION_NONE + "/parser", tests, NULL, 1, MUNIT_SUITE_OPTION_NONE }; int -- cgit v1.2.3