Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
techraed committed Dec 4, 2023
1 parent 320a339 commit d95ae17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions utils/wasm-gen/src/config/syscalls/param.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ impl SyscallsParamsConfig {
Regular(DelayBlockNumber),
Regular(Handler),
Regular(Free),
Regular(FreeUpperBound),
Regular(Version),
]
.into_iter()
Expand Down
2 changes: 1 addition & 1 deletion utils/wasm-gen/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ fn precise_syscalls_works() {
&mut unstructured,
SyscallsConfigBuilder::new(injection_types)
.with_params_config(param_config)
.with_precise_syscalls_config(PreciseSyscallsConfig::new(1..=1, 1..=1))
.with_precise_syscalls_config(PreciseSyscallsConfig::new(3..=3, 3..=3))
.with_source_msg_dest()
.set_error_processing_config(ErrorProcessingConfig::All)
.build(),
Expand Down

0 comments on commit d95ae17

Please sign in to comment.