lsmem: Fix splitting by zones

This commit is contained in:
Foorack
2025-02-09 15:48:46 +01:00
parent f34ebac3fe
commit f188fd2ae0
2 changed files with 29 additions and 15 deletions

View File

@@ -130,11 +130,10 @@ fn test_split_state() {
sysroot_test_with_args("test_lsmem_split_state.expected", &["-S", "state"]);
}
// FAILS, COMMENT FOR NOW - TODO
// #[test]
// fn test_split_zones() {
// sysroot_test_with_args("test_lsmem_split_zones.expected", &["-S", "zones"]);
// }
#[test]
fn test_split_zones() {
sysroot_test_with_args("test_lsmem_split_zones.expected", &["-S", "zones"]);
}
#[test]
fn test_table() {