From 84fd6bd28ff4b4f0c19f8d7c75b384f0e5728aea Mon Sep 17 00:00:00 2001 From: Carl Allendorph Date: Sat, 19 Apr 2014 09:30:44 -0700 Subject: converted RLP test to a separate boost test case. --- main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'main.cpp') 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. -- cgit