diff --git a/tests/all/pooling_allocator.rs b/tests/all/pooling_allocator.rs index 9d4c62a6720e..33bd8eb9b015 100644 --- a/tests/all/pooling_allocator.rs +++ b/tests/all/pooling_allocator.rs @@ -49,7 +49,7 @@ fn memory_limit() -> Result<()> { Ok(_) => panic!("module instantiation should fail"), Err(e) => assert_eq!( e.to_string(), - "memory index 0 has a minimum page size of 4 which exceeds the limit of 3", + "memory index 0 has a minimum byte size of 262144 which exceeds the limit of 196608", ), }