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