rlp tests, the beginning

This commit is contained in:
debris
2015-12-03 05:44:35 +01:00
parent 84cc7715b4
commit 05f7e85d30
7 changed files with 126 additions and 28 deletions

View File

@@ -742,7 +742,7 @@ impl Trie for TrieDB {
#[cfg(test)]
mod tests {
extern crate json_tests;
use self::json_tests::*;
use self::json_tests::{trie, execute_tests_from_directory};
use rustc_serialize::hex::FromHex;
use triehash::*;
use hash::*;