diff options
Diffstat (limited to 'test/dm/misc.c')
-rw-r--r-- | test/dm/misc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dm/misc.c b/test/dm/misc.c index ad856fd01b6..250885dcf51 100644 --- a/test/dm/misc.c +++ b/test/dm/misc.c @@ -79,5 +79,4 @@ static int dm_test_misc(struct unit_test_state *uts) return 0; } - -DM_TEST(dm_test_misc, UT_TESTF_SCAN_FDT); +DM_TEST(dm_test_misc, UTF_SCAN_FDT); |