summaryrefslogtreecommitdiff
path: root/test/dm/mdio_mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/mdio_mux.c')
-rw-r--r--test/dm/mdio_mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/mdio_mux.c b/test/dm/mdio_mux.c
index 0b3f85a53b..950f385d17 100644
--- a/test/dm/mdio_mux.c
+++ b/test/dm/mdio_mux.c
@@ -78,4 +78,4 @@ static int dm_test_mdio_mux(struct unit_test_state *uts)
return 0;
}
-DM_TEST(dm_test_mdio_mux, DM_TESTF_SCAN_FDT);
+DM_TEST(dm_test_mdio_mux, UT_TESTF_SCAN_FDT);