diff options
Diffstat (limited to 'test/dm/soc.c')
-rw-r--r-- | test/dm/soc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/soc.c b/test/dm/soc.c index cb0ac1545f7..c01b062970d 100644 --- a/test/dm/soc.c +++ b/test/dm/soc.c @@ -116,4 +116,4 @@ static int dm_test_soc(struct unit_test_state *uts) return 0; } -DM_TEST(dm_test_soc, UT_TESTF_SCAN_FDT); +DM_TEST(dm_test_soc, UTF_SCAN_FDT); |