Fix test name typo

This commit is contained in:
lazymio 2021-11-23 23:24:53 +01:00
parent 715cabad7a
commit 4ed1c4cff9
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 1 additions and 1 deletions

View File

@ -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}};