Skip to content

Commit

Permalink
qualify previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Apr 2, 2024
1 parent 5af9ff1 commit c5a5724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soroban-env-host/src/test/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ fn instantiate_oversized_map_from_linear_memory() -> Result<(), HostError> {
// with this test in features=next,testutils mode (which turns on
// feature=recording_mode implicitly). The easiest workaround is just to
// switch to enforcing mode.
#[cfg(feature = "next")]
host.switch_to_enforcing_storage()?;

let res = host.call(
Expand Down

0 comments on commit c5a5724

Please sign in to comment.