Skip to content

Commit

Permalink
Adds missing abi_hash_ids flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
esdrubal committed May 15, 2024
1 parent bf67753 commit 38520d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/src/e2e_vm_tests/harness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ pub(crate) async fn compile_and_run_unit_tests(
},
experimental: ExperimentalFlags {
new_encoding: run_config.experimental.new_encoding,
abi_hash_ids: run_config.experimental.abi_hash_ids,
},
..Default::default()
})
Expand Down

0 comments on commit 38520d9

Please sign in to comment.