Update evm/src/cpu/kernel/tests/sha2.rs

Co-authored-by: Dima V <50062893+typ3c4t@users.noreply.github.com>
This commit is contained in:
Nicholas Ward 2022-09-23 11:56:07 -07:00
parent cfbc029e7b
commit 19b14c2723

View File

@ -6,7 +6,7 @@ use rand::{thread_rng, Rng};
use sha2::{Digest, Sha256};
use crate::cpu::kernel::aggregator::combined_kernel;
use crate::cpu::kernel::interpreter::run;
use crate::cpu::kernel::interpreter::run_with_kernel;
#[test]
fn test_sha2() -> Result<()> {