diff options
Diffstat (limited to 'test/dm/nop.c')
-rw-r--r-- | test/dm/nop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dm/nop.c b/test/dm/nop.c index 0c79431d9d8..a6f5f820f6a 100644 --- a/test/dm/nop.c +++ b/test/dm/nop.c @@ -69,5 +69,4 @@ static int dm_test_nop(struct unit_test_state *uts) return 0; } - -DM_TEST(dm_test_nop, UT_TESTF_FLAT_TREE | UT_TESTF_SCAN_FDT); +DM_TEST(dm_test_nop, UTF_FLAT_TREE | UTF_SCAN_FDT); |