Fix test name typo
This commit is contained in:
parent
715cabad7a
commit
4ed1c4cff9
|
@ -91,5 +91,5 @@ TEST_LIST = {{"test_map_correct", test_map_correct},
|
|||
{"test_map_wrapping", test_map_wrapping},
|
||||
{"test_mem_protect", test_mem_protect},
|
||||
{"test_splitting_mem_unmap", test_splitting_mem_unmap},
|
||||
{"test_x86_splitting_mmio_unmap", test_splitting_mmio_unmap},
|
||||
{"test_splitting_mmio_unmap", test_splitting_mmio_unmap},
|
||||
{NULL, NULL}};
|
||||
|
|
Loading…
Reference in New Issue