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 bb5c9fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions forc-plugins/forc-doc/tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fn builds_lib_std_docs() {
&get_doc_dir,
sway_core::ExperimentalFlags {
new_encoding: !build_instructions.no_encoding_v1,
abi_hash_ids: build_instructions.abi_hash_ids,
},
);
assert!(res.is_ok());
Expand Down
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 bb5c9fb

Please sign in to comment.