Skip to content

Commit ae86616

Browse files
authored
[fix][utest] correct spelling of ''pref_test' to 'perf_test'
1 parent 4e41e70 commit ae86616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utest/perf/perf_tc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,5 +198,5 @@ static void testcase(void)
198198
UTEST_UNIT_RUN(rt_perf_all_test);
199199
}
200200

201-
UTEST_TC_EXPORT(testcase, "core.pref_test", utest_tc_init, utest_tc_cleanup, 10);
201+
UTEST_TC_EXPORT(testcase, "core.perf_test", utest_tc_init, utest_tc_cleanup, 10);
202202

0 commit comments

Comments
 (0)