diff options
Diffstat (limited to 'test/cmd/addrmap.c')
-rw-r--r-- | test/cmd/addrmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cmd/addrmap.c b/test/cmd/addrmap.c index abeb467aede..b34be895f5d 100644 --- a/test/cmd/addrmap.c +++ b/test/cmd/addrmap.c @@ -15,7 +15,6 @@ /* Test 'addrmap' command output */ static int addrmap_test_basic(struct unit_test_state *uts) { - ut_assertok(console_record_reset_enable()); ut_assertok(run_command("addrmap", 0)); ut_assert_nextline(" vaddr paddr size"); ut_assert_nextline("================ ================ ================"); |