diff options
Diffstat (limited to 'test/dm/soc.c')
-rw-r--r-- | test/dm/soc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dm/soc.c b/test/dm/soc.c index cb0ac1545f7..a6b82e5376d 100644 --- a/test/dm/soc.c +++ b/test/dm/soc.c @@ -115,5 +115,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); |