diff options
Diffstat (limited to 'test/dm/nop.c')
-rw-r--r-- | test/dm/nop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/nop.c b/test/dm/nop.c index 8b3b646892..2cd92c5240 100644 --- a/test/dm/nop.c +++ b/test/dm/nop.c @@ -71,4 +71,4 @@ static int dm_test_nop(struct unit_test_state *uts) return 0; } -DM_TEST(dm_test_nop, DM_TESTF_FLAT_TREE | DM_TESTF_SCAN_FDT); +DM_TEST(dm_test_nop, UT_TESTF_FLAT_TREE | UT_TESTF_SCAN_FDT); |