Skip to content

Commit

Permalink
Update error string expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jun 10, 2024
1 parent 8f3bd6b commit 7f143a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/all/pooling_allocator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
}

Expand Down

0 comments on commit 7f143a0

Please sign in to comment.