cleanup ethcore public interfaces

This commit is contained in:
debris
2016-02-02 15:29:53 +01:00
parent b3eb2b26d5
commit 30dc9d857d
14 changed files with 98 additions and 126 deletions

View File

@@ -93,7 +93,6 @@ fn test_create_vm() {
}
/// Create tests by injecting different VM factories
#[macro_export]
macro_rules! evm_test(
($name_test: ident: $name_jit: ident, $name_int: ident) => {
#[test]
@@ -109,7 +108,6 @@ macro_rules! evm_test(
);
/// Create ignored tests by injecting different VM factories
#[macro_export]
macro_rules! evm_test_ignore(
($name_test: ident: $name_jit: ident, $name_int: ident) => {
#[test]