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