We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857546e commit 3cbeb66Copy full SHA for 3cbeb66
tasm-lib/src/test_helpers.rs
@@ -480,7 +480,7 @@ fn link_for_isolated_run<T: RustShadow>(snippet_struct: &T) -> Vec<LabelledInstr
480
}
481
482
#[allow(dead_code)]
483
-pub fn test_rust_equivalence_given_execution_state<T: BasicSnippet + RustShadow>(
+pub fn test_rust_equivalence_given_execution_state<T: RustShadow>(
484
snippet_struct: &T,
485
execution_state: InitVmState,
486
) -> VMState {
@@ -490,7 +490,7 @@ pub fn test_rust_equivalence_given_execution_state<T: BasicSnippet + RustShadow>
490
&execution_state.stack,
491
&execution_state.public_input,
492
&nondeterminism,
493
- &None,
+ &execution_state.sponge,
494
None,
495
)
496
0 commit comments