mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-12 02:33:06 +00:00
fixes
This commit is contained in:
parent
caa1aeee84
commit
94e2e98430
@ -76,9 +76,14 @@ pub(crate) fn combined_kernel() -> Kernel {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use env_logger::{try_init_from_env, Env, DEFAULT_FILTER_ENV};
|
||||
use log::debug;
|
||||
use std::str::FromStr;
|
||||
|
||||
use crate::cpu::kernel::aggregator::combined_kernel;
|
||||
use anyhow::Result;
|
||||
use ethereum_types::U256;
|
||||
use log::debug;
|
||||
use rand::thread_rng;
|
||||
|
||||
use crate::cpu::kernel::{aggregator::combined_kernel, interpreter::run};
|
||||
|
||||
#[test]
|
||||
fn make_kernel() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user