This commit is contained in:
Nicholas Ward 2023-02-24 16:15:14 -08:00
parent 85411ac475
commit 265d39a5a7

View File

@ -90,7 +90,6 @@ fn test_hash_256(
let (expected, result_stack) =
prepare_test(hash_fn_label, hash_input_virt, standard_implementation).unwrap();
// Extract the final output.
let actual = result_stack[0];