From 0ca5e4aca1c9452366af5c637f80a50ea13281b9 Mon Sep 17 00:00:00 2001 From: Dimitry Khokhlov Date: Fri, 3 Jul 2015 18:02:18 +0400 Subject: [PATCH] RLPTests: refactoring --- TestHelper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/TestHelper.h b/TestHelper.h index 1c1dfb5f0..4ac59e917 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -188,6 +188,7 @@ void doTransactionTests(json_spirit::mValue& _v, bool _fillin); void doStateTests(json_spirit::mValue& v, bool _fillin); void doVMTests(json_spirit::mValue& v, bool _fillin); void doBlockchainTests(json_spirit::mValue& _v, bool _fillin); +void doRlpTests(json_spirit::mValue& v, bool _fillin); template void checkAddresses(mapType& _expectedAddrs, mapType& _resultAddrs)