This commit is contained in:
Nicholas Ward 2022-08-18 16:22:49 -07:00
parent 8e067dcffc
commit b7c9f2cb5b

View File

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