Skip to content

Commit d75d170

Browse files
committed
Updated name of PageRangeInclusive overflow test
1 parent 6c1d779 commit d75d170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/paging/page.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ mod tests {
449449
}
450450

451451
#[test]
452-
pub fn test_max_page_overflow() {
452+
pub fn test_page_range_inclusive_overflow() {
453453
let page_size = Size4KiB::SIZE;
454454
let number = 1000;
455455

0 commit comments

Comments
 (0)