Fix non-compiling tests

This commit is contained in:
Paul Hauner 2019-04-17 18:54:21 +10:00
parent 745d360566
commit 2155e3e293
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -1,6 +1,5 @@
use serde_derive::Deserialize; use serde_derive::Deserialize;
use serde_yaml; use serde_yaml;
#[cfg(not(debug_assertions))]
use state_processing::{per_block_processing, per_slot_processing}; use state_processing::{per_block_processing, per_slot_processing};
use std::{fs::File, io::prelude::*, path::PathBuf}; use std::{fs::File, io::prelude::*, path::PathBuf};
use types::*; use types::*;