diff options
Diffstat (limited to 'test/dm/memory.c')
-rw-r--r-- | test/dm/memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dm/memory.c b/test/dm/memory.c index 64ceb99f8df..34e64ba0187 100644 --- a/test/dm/memory.c +++ b/test/dm/memory.c @@ -17,5 +17,4 @@ static int dm_test_memory(struct unit_test_state *uts) return 0; } - DM_TEST(dm_test_memory, UTF_SCAN_FDT); |