diff options
-rw-r--r-- | test/parser_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |