fix util compilation
This commit is contained in:
parent
f2a109684e
commit
1778393a51
@ -5,6 +5,8 @@ use rlp::*;
|
|||||||
use hashdb::*;
|
use hashdb::*;
|
||||||
use overlaydb::*;
|
use overlaydb::*;
|
||||||
use rocksdb::{DB, Writable};
|
use rocksdb::{DB, Writable};
|
||||||
|
#[cfg(test)]
|
||||||
|
use std::env;
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
/// Implementation of the HashDB trait for a disk-backed database with a memory overlay
|
/// Implementation of the HashDB trait for a disk-backed database with a memory overlay
|
||||||
@ -137,7 +139,6 @@ mod tests {
|
|||||||
use common::*;
|
use common::*;
|
||||||
use super::*;
|
use super::*;
|
||||||
use hashdb::*;
|
use hashdb::*;
|
||||||
use tests::helpers::*;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn long_history() {
|
fn long_history() {
|
||||||
|
Loading…
Reference in New Issue
Block a user