diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-09-01 12:40:42 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-09-01 12:40:42 -0500 |
commit | 2da0dad522523047cf02482caa70edcbe3605af0 (patch) | |
tree | 099fb13ccaa47663af8e65aa8ff848d8cf9641f8 /crates/buddy_allocator/tests/hosted_test.rs | |
parent | 8b50585b5f15cb52fdb584af5dd4536b9839a802 (diff) |
Minor cleanup.
Diffstat (limited to 'crates/buddy_allocator/tests/hosted_test.rs')
-rw-r--r-- | crates/buddy_allocator/tests/hosted_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/buddy_allocator/tests/hosted_test.rs b/crates/buddy_allocator/tests/hosted_test.rs index 89398ce..0e502b3 100644 --- a/crates/buddy_allocator/tests/hosted_test.rs +++ b/crates/buddy_allocator/tests/hosted_test.rs @@ -20,7 +20,7 @@ proptest! { #[test] fn test_simple_scenario() { let scenario = Scenario { - range_sizes: vec![5], + range_sizes: vec![7], actions: vec![ Action::Debug, Action::Alloc { |