aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorCarl Allendorph <callendorph@gmail.com>2014-04-20 00:30:44 +0800
committerCarl Allendorph <callendorph@gmail.com>2014-04-20 00:30:44 +0800
commit84fd6bd28ff4b4f0c19f8d7c75b384f0e5728aea (patch)
tree79a47dc2e503e2b009534eb8dcee6c5e58f1def9 /main.cpp
parent3b3ef766291d50033eb7aa03b10c9e646e0dc3aa (diff)
downloaddexon-solidity-84fd6bd28ff4b4f0c19f8d7c75b384f0e5728aea.tar.gz
dexon-solidity-84fd6bd28ff4b4f0c19f8d7c75b384f0e5728aea.tar.zst
dexon-solidity-84fd6bd28ff4b4f0c19f8d7c75b384f0e5728aea.zip
converted RLP test to a separate boost test case.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 4cfb71ce..fc8eecd5 100644
--- a/main.cpp
+++ b/main.cpp
@@ -46,7 +46,6 @@ BOOST_AUTO_TEST_CASE(basic_tests)
int r = 0;
r += hexPrefixTest();
- r += rlpTest();
r += trieTest();
r += vmTest();
r += cryptoTest(); // TODO: Put in tests repo.