summaryrefslogtreecommitdiff
path: root/test/dm/ofread.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/ofread.c')
-rw-r--r--test/dm/ofread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/ofread.c b/test/dm/ofread.c
index f2a1382259..9064426e21 100644
--- a/test/dm/ofread.c
+++ b/test/dm/ofread.c
@@ -47,4 +47,4 @@ static int dm_test_ofnode_get_property_by_prop(struct unit_test_state *uts)
return 0;
}
DM_TEST(dm_test_ofnode_get_property_by_prop,
- DM_TESTF_SCAN_PDATA | DM_TESTF_SCAN_FDT);
+ UT_TESTF_SCAN_PDATA | UT_TESTF_SCAN_FDT);