test: fix the naming of some unit tests

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-08-18 19:55:10 +10:00
parent a20d09c049
commit d26ab60b1f
2 changed files with 2 additions and 2 deletions

View file

@ -113,7 +113,7 @@ static MunitTest ei_tests[] = {
static const MunitSuite libei_suite
__attribute__((used))
__attribute__((section("test_section"))) = {
"brei",
"/brei/",
ei_tests,
NULL,
1,

View file

@ -645,7 +645,7 @@ static MunitTest ei_tests[] = {
static const MunitSuite libei_suite
__attribute__((used))
__attribute__((section("test_section"))) = {
"",
"/",
ei_tests,
NULL,
1,